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 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/Parse/
ParseInit.cpp 505 << 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 101 milliseconds