OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIfExists
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/AST/
StmtCXX.h
236
bool
IsIfExists
;
245
MSDependentExistsStmt(SourceLocation KeywordLoc, bool
IsIfExists
,
250
KeywordLoc(KeywordLoc),
IsIfExists
(
IsIfExists
),
259
bool
isIfExists
() const { return
IsIfExists
; }
262
bool isIfNotExists() const { return !
IsIfExists
; }
/external/clang/lib/AST/
StmtPrinter.cpp
338
if (Node->
isIfExists
())
[
all
...]
StmtProfile.cpp
201
ID.AddBoolean(S->
isIfExists
());
[
all
...]
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 28 milliseconds