Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Lex/
H A DPreprocessor.h697 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
698 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DPreprocessor.h1202 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
1203 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DPreprocessor.h1212 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
1213 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DPreprocessor.h1212 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
1213 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DPreprocessor.h1212 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() function
1213 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() function
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp8217 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable() function in ASTReader