HomeSort by: relevance | last modified time | path
    Searched defs:LookupTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTImporterLookupTable.h 60 DCMap LookupTable;
ASTImporterSharedState.h 33 std::unique_ptr<ASTImporterLookupTable> LookupTable;
50 LookupTable = std::make_unique<ASTImporterLookupTable>(ToTU);
53 ASTImporterLookupTable *getLookupTable() { return LookupTable.get(); }
56 if (LookupTable)
58 LookupTable->add(ND);
62 if (LookupTable)
64 LookupTable->remove(ND);

Completed in 17 milliseconds