Home
last modified time | relevance | path

Searched refs:LastSDM (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DDeclBase.cpp1663 M->Previous = C.LastSDM; in CreateStoredDeclsMap()
1664 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent); in CreateStoredDeclsMap()
1673 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt()); in ReleaseDeclContextMaps()
DASTContext.cpp752 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), LastSDM(nullptr, 0) { in ASTContext()
/external/clang/include/clang/AST/
DASTContext.h2524 llvm::PointerIntPair<StoredDeclsMap*,1> LastSDM; variable