HomeSort by relevance Sort by last modified time
    Searched refs:isIfExists (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 242 bool IsIfExists;
251 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists,
256 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists),
265 bool isIfExists() const { return IsIfExists; }
268 bool isIfNotExists() const { return !IsIfExists; }
  /external/clang/lib/AST/
StmtPrinter.cpp 328 if (Node->isIfExists())
    [all...]
StmtProfile.cpp 202 ID.AddBoolean(S->isIfExists());
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 160 milliseconds