HomeSort by: relevance | last modified time | path
    Searched refs:isIfExists (Results 1 - 5 of 5) 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/lib/AST/
StmtPrinter.cpp 361 if (Node->isIfExists())
StmtProfile.cpp 350 ID.AddBoolean(S->isIfExists());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1554 Record.push_back(S->isIfExists());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 2372 bool IsIfExists,
2376 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,
8267 if (S->isIfExists())
8297 S->isIfExists(),

Completed in 38 milliseconds