Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1710 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()
DASTContext.cpp751 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), LastSDM(nullptr, 0) { in ASTContext()
/external/clang/include/clang/AST/
DASTContext.h2566 llvm::PointerIntPair<StoredDeclsMap*,1> LastSDM; variable