Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1446 M->Previous = C.LastSDM; in CreateStoredDeclsMap()
1447 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent); in CreateStoredDeclsMap()
1456 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt()); in ReleaseDeclContextMaps()
DASTContext.cpp658 LastSDM(0, 0), in ASTContext()
/external/clang/include/clang/AST/
DASTContext.h2184 llvm::PointerIntPair<StoredDeclsMap*,1> LastSDM; variable