Home
last modified time | relevance | path

Searched defs:getIdentifierTable (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessor.h690 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
691 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/external/lldb/source/Symbol/
DClangASTContext.cpp410 ClangASTContext::getIdentifierTable() in getIdentifierTable() function in ClangASTContext
/external/clang/lib/Serialization/
DASTReader.cpp8161 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader