HomeSort by: relevance | last modified time | path
    Searched refs:IsIfExists (Results 1 - 11 of 11) 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/Parse/
ParseInit.cpp 556 << Result.IsIfExists;
Parser.cpp 2181 Result.IsIfExists = Tok.is(tok::kw___if_exists);
2187 << (Result.IsIfExists? "__if_exists" : "__if_not_exists");
2220 Result.IsIfExists, Result.SS,
2223 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip;
2227 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip;
ParseStmt.cpp 2525 Result.IsIfExists,
ParseDeclCXX.cpp 4495 << Result.IsIfExists;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 4597 bool IsIfExists,
4602 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists,
4609 bool IsIfExists,
4613 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,
SemaExprCXX.cpp 8553 bool IsIfExists, CXXScopeSpec &SS,
8558 auto UPPC = IsIfExists ? UPPC_IfExists : UPPC_IfNotExists;
TreeTransform.h 2372 bool IsIfExists,
2376 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,
8267 if (S->isIfExists())
8297 S->isIfExists(),
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2114 bool IsIfExists;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5546 bool IsIfExists, CXXScopeSpec &SS,
5550 bool IsIfExists,
5555 bool IsIfExists,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1671 S->IsIfExists = Record.readInt();

Completed in 123 milliseconds