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 237 bool IsIfExists;
246 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists,
251 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists),
260 bool isIfExists() const { return IsIfExists; }
263 bool isIfNotExists() const { return !IsIfExists; }
  /external/clang/lib/AST/
StmtPrinter.cpp 327 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 395 milliseconds