Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DModuleFile.h76 bool isOutOfDate = false) {
77 assert(!(isOverridden && isOutOfDate) &&
82 else if (isOutOfDate)
99 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DIdentifierResolver.cpp379 if (II.isOutOfDate()) in readingIdentifier()
384 if (II.isOutOfDate()) in updatingIdentifier()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h351 bool isOutOfDate() const { return OutOfDate; } in alignas()
413 isOutOfDate() || isModulesImport(); in alignas()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPreprocessor.cpp782 assert(II.isOutOfDate() && "not out of date"); in updateOutOfDateIdentifier()
805 if (II.isOutOfDate()) { in HandleIdentifier()
DHeaderSearch.cpp63 if (ControllingMacro->isOutOfDate()) { in getControllingMacro()
DPPMacroExpansion.cpp412 if (II->isOutOfDate()) in isTrivialSingleTokenExpansion()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h603 if (II->isOutOfDate()) in getModuleInfo()
1159 if (II->isOutOfDate()) in getLeafModuleMacros()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp4308 if (II->isOutOfDate()) { in getDefinition()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp1993 if (II->isOutOfDate()) in ReadDefinedMacros()
2657 if (!IF.getFile() || IF.isOutOfDate()) in ReadControlBlock()
7221 if (II->isOutOfDate()) in CompleteRedeclChain()
DASTReaderDecl.cpp3492 WasOutToDate = II->isOutOfDate(); in findExisting()