HomeSort by relevance Sort by last modified time
    Searched defs:IsIfExists (Results 1 - 2 of 2) 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/include/clang/Parse/
Parser.h     [all...]

Completed in 43 milliseconds