Searched defs:updateOutOfDateIdentifier (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ExternalASTSource.h | 141 virtual void updateOutOfDateIdentifier(const IdentifierInfo &II) {} updateOutOfDateIdentifier() function |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | ASTUtils.h | 65 void updateOutOfDateIdentifier(const clang::IdentifierInfo &II) override { updateOutOfDateIdentifier() function |
/llvm-project/clang/lib/Lex/ | ||
H A D | Preprocessor.cpp | 763 void Preprocessor::updateOutOfDateIdentifier(const IdentifierInfo &II) const { updateOutOfDateIdentifier() function in Preprocessor |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReader.cpp | 2268 void ASTReader::updateOutOfDateIdentifier(const IdentifierInfo &II) { updateOutOfDateIdentifier() function in ASTReader |