Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1383 M->Previous = C.LastSDM; in CreateStoredDeclsMap()
1384 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent); in CreateStoredDeclsMap()
1393 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt()); in ReleaseDeclContextMaps()
DASTContext.cpp577 LastSDM(0, 0), in ASTContext()
/external/clang/include/clang/AST/
DASTContext.h2078 llvm::PointerIntPair<StoredDeclsMap*,1> LastSDM; variable