Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DExternalPreprocessorSource.h35 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0;
H A DPreprocessor.h494 PP.updateOutOfDateIdentifier(const_cast<IdentifierInfo&>(*II)); in getModuleInfo()
775 void updateOutOfDateIdentifier(IdentifierInfo &II) const;
1025 updateOutOfDateIdentifier(const_cast<IdentifierInfo&>(*II)); in getLeafModuleMacros()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp381 PP.getExternalSource()->updateOutOfDateIdentifier(II); in readingIdentifier()
386 PP.getExternalSource()->updateOutOfDateIdentifier(II); in updatingIdentifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp758 void Preprocessor::updateOutOfDateIdentifier(IdentifierInfo &II) const { in updateOutOfDateIdentifier() function in Preprocessor
760 getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDateIdentifier()
789 updateOutOfDateIdentifier(II); in HandleIdentifier()
H A DHeaderSearch.cpp55 External->updateOutOfDateIdentifier( in getControllingMacro()
H A DPPMacroExpansion.cpp404 PP.getExternalSource()->updateOutOfDateIdentifier(*II); in isTrivialSingleTokenExpansion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h145 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) {} in updateOutOfDateIdentifier() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2298 void updateOutOfDateIdentifier(IdentifierInfo &II) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1855 updateOutOfDateIdentifier(*II); in ReadDefinedMacros()
1923 void ASTReader::updateOutOfDateIdentifier(IdentifierInfo &II) { in updateOutOfDateIdentifier() function in ASTReader
7139 updateOutOfDateIdentifier(*II); in CompleteRedeclChain()