Home
last modified time | relevance | path

Searched defs:updateOutOfDateIdentifier (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h143 virtual void updateOutOfDateIdentifier(const IdentifierInfo &II) {} in updateOutOfDateIdentifier() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h65 void updateOutOfDateIdentifier(const clang::IdentifierInfo &II) override { in updateOutOfDateIdentifier() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp763 void Preprocessor::updateOutOfDateIdentifier(const IdentifierInfo &II) const { in updateOutOfDateIdentifier() function in Preprocessor
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2268 void ASTReader::updateOutOfDateIdentifier(const IdentifierInfo &II) { in updateOutOfDateIdentifier() function in ASTReader