HomeSort by: relevance | last modified time | path
    Searched defs:IsIfExists (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 254 bool IsIfExists;
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists,
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists),
277 bool isIfExists() const { return IsIfExists; }
280 bool isIfNotExists() const { return !IsIfExists; }
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2114 bool IsIfExists;

Completed in 26 milliseconds