Home
last modified time | relevance | path

Searched refs:updateOutOfDateIdentifier (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DExternalPreprocessorSource.h37 virtual void updateOutOfDateIdentifier(const IdentifierInfo &II) = 0;
H A DPreprocessor.h849 PP.updateOutOfDateIdentifier(*II); in getModuleInfo()
1175 void updateOutOfDateIdentifier(const IdentifierInfo &II) const;
1453 updateOutOfDateIdentifier(*II); in getLeafModuleMacros()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h65 void updateOutOfDateIdentifier(const clang::IdentifierInfo &II) override { in updateOutOfDateIdentifier() function
66 m_Source->updateOutOfDateIdentifier(II); in updateOutOfDateIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp763 void Preprocessor::updateOutOfDateIdentifier(const IdentifierInfo &II) const { in updateOutOfDateIdentifier() function in Preprocessor
765 getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDateIdentifier()
794 updateOutOfDateIdentifier(II); in HandleIdentifier()
H A DHeaderSearch.cpp77 External->updateOutOfDateIdentifier(*ControllingMacro); in getControllingMacro()
H A DPPMacroExpansion.cpp419 PP.getExternalSource()->updateOutOfDateIdentifier(*II); in isTrivialSingleTokenExpansion()
/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/clang/include/clang/Serialization/
H A DASTReader.h2372 void updateOutOfDateIdentifier(const IdentifierInfo &II) override;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDate()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2199 updateOutOfDateIdentifier(*II); in ReadDefinedMacros()
2268 void ASTReader::updateOutOfDateIdentifier(const IdentifierInfo &II) { in updateOutOfDateIdentifier() function in ASTReader
7583 updateOutOfDateIdentifier(*II); in CompleteRedeclChain()