HomeSort by relevance Sort by last modified time
    Searched refs:IsIfExists (Results 1 - 11 of 11) 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/Parse/
ParseInit.cpp 489 << Result.IsIfExists;
Parser.cpp     [all...]
ParseStmt.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 117 milliseconds