Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DModule.h68 bool isOverridden = false, bool isOutOfDate = false) {
69 assert(!(isOverridden && isOutOfDate) &&
74 else if (isOutOfDate)
87 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate() function
/external/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
/external/llvm-project/clang/lib/Sema/
DIdentifierResolver.cpp379 if (II.isOutOfDate()) in readingIdentifier()
384 if (II.isOutOfDate()) in updatingIdentifier()
/external/clang/lib/Sema/
DIdentifierResolver.cpp375 if (II.isOutOfDate()) in readingIdentifier()
380 if (II.isOutOfDate()) in updatingIdentifier()
/external/clang/include/clang/Basic/
DIdentifierTable.h323 bool isOutOfDate() const { return OutOfDate; } in isOutOfDate() function
362 isExtensionToken() | isFutureCompatKeyword() || isOutOfDate() || in RecomputeNeedsHandleIdentifier()
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h343 bool isOutOfDate() const { return OutOfDate; } in isOutOfDate() function
412 isOutOfDate() || isModulesImport(); in RecomputeNeedsHandleIdentifier()
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java606 public static boolean isOutOfDate(File src, File target, int granularity) { in isOutOfDate() method in SelectorUtils
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp786 assert(II.isOutOfDate() && "not out of date"); in updateOutOfDateIdentifier()
809 if (II.isOutOfDate()) { in HandleIdentifier()
DPPMacroExpansion.cpp410 if (II->isOutOfDate()) in isTrivialSingleTokenExpansion()
DHeaderSearch.cpp63 if (ControllingMacro->isOutOfDate()) { in getControllingMacro()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h601 if (II->isOutOfDate()) in getModuleInfo()
1158 if (II->isOutOfDate()) in getLeafModuleMacros()
/external/clang/lib/Lex/
DPreprocessor.cpp640 if (II.isOutOfDate()) { in HandleIdentifier()
DHeaderSearch.cpp40 if (ControllingMacro->isOutOfDate()) in getControllingMacro()
DPPMacroExpansion.cpp352 if (II->isOutOfDate()) in isTrivialSingleTokenExpansion()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1074 if (II->isOutOfDate()) in loadMainFilePreambleMacros()
/external/clang/lib/Serialization/
DASTReader.cpp1685 if (II->isOutOfDate()) in ReadDefinedMacros()
2212 if (!IF.getFile() || IF.isOutOfDate()) in ReadControlBlock()
6259 if (II->isOutOfDate()) in CompleteRedeclChain()
DASTReaderDecl.cpp2963 WasOutToDate = II->isOutOfDate(); in findExisting()
/external/clang/lib/AST/
DDecl.cpp3573 if (II->isOutOfDate()) { in getDefinition()
/external/llvm-project/clang/lib/AST/
DDecl.cpp4282 if (II->isOutOfDate()) { in getDefinition()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp1984 if (II->isOutOfDate()) in ReadDefinedMacros()
2623 if (!IF.getFile() || IF.isOutOfDate()) in ReadControlBlock()
7162 if (II->isOutOfDate()) in CompleteRedeclChain()
DASTReaderDecl.cpp3463 WasOutToDate = II->isOutOfDate(); in findExisting()