예제 #1
0
 static inline PPRegion getTombstoneKey() {
   return PPRegion(llvm::sys::fs::UniqueID(0, 0), unsigned(-2), 0);
 }
예제 #2
0
파일: Indexing.cpp 프로젝트: wdu/clang
 static inline PPRegion getTombstoneKey() {
   return PPRegion(0, 0, unsigned(-2), 0);
 }
예제 #3
0
 static inline PPRegion getEmptyKey() {
   return PPRegion(llvm::sys::fs::UniqueID(0, 0), unsigned(-1), 0);
 }
예제 #4
0
파일: Indexing.cpp 프로젝트: wdu/clang
 static inline PPRegion getEmptyKey() {
   return PPRegion(0, 0, unsigned(-1), 0);
 }