OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutOfDate
(Results
1 - 11
of
11
) sorted by null
/external/clang/include/clang/Serialization/
Module.h
64
OutOfDate
= 2
78
intVal =
OutOfDate
;
84
bool isOutOfDate() const { return Val.getInt() ==
OutOfDate
; }
ModuleManager.h
157
OutOfDate
ASTReader.h
256
OutOfDate
,
[
all
...]
/external/clang/include/clang/Basic/
IdentifierTable.h
69
bool
OutOfDate
: 1; // True if there may be additional
285
bool isOutOfDate() const { return
OutOfDate
; }
290
OutOfDate
= OOD;
/external/clang/lib/Frontend/
ChainedIncludesSource.cpp
51
case ASTReader::
OutOfDate
:
CompilerInstance.cpp
339
case ASTReader::
OutOfDate
:
[
all
...]
ASTUnit.cpp
811
case ASTReader::
OutOfDate
:
[
all
...]
/external/clang/lib/Basic/
IdentifierTable.cpp
43
OutOfDate
= false;
/external/clang/lib/Serialization/
ModuleManager.cpp
66
return
OutOfDate
;
ASTReader.cpp
[
all
...]
ASTWriter.cpp
[
all
...]
Completed in 454 milliseconds