HomeSort by: relevance | last modified time | path
    Searched refs:LastSDM (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1936 M->Previous = C.LastSDM;
1937 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent);
1946 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt());
ASTContext.cpp 983 CompCategories(this_()), LastSDM(nullptr, 0) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 3117 llvm::PointerIntPair<StoredDeclsMap *, 1> LastSDM;

Completed in 34 milliseconds