Searched refs:LastSDM (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | DeclBase.cpp | 1710 M->Previous = C.LastSDM; in CreateStoredDeclsMap() 1711 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent); in CreateStoredDeclsMap() 1720 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt()); in ReleaseDeclContextMaps()
|
D | ASTContext.cpp | 751 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), LastSDM(nullptr, 0) { in ASTContext()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 1990 M->Previous = C.LastSDM; in CreateStoredDeclsMap() 1991 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent); in CreateStoredDeclsMap() 2000 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt()); in ReleaseDeclContextMaps()
|
D | ASTContext.cpp | 971 CompCategories(this_()), LastSDM(nullptr, 0) { in ASTContext()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 2566 llvm::PointerIntPair<StoredDeclsMap*,1> LastSDM; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 3068 llvm::PointerIntPair<StoredDeclsMap *, 1> LastSDM; variable
|