Searched defs:IsIfExists (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h236 bool IsIfExists; member in class:clang::MSDependentExistsStmt
245 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1547 bool IsIfExists; member in struct:clang::Parser::IfExistsCondition
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3165 BuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
3177 ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, CXXScopeSpec &SS, UnqualifiedId &Name, Stmt *Nested) argument
H A DSemaExprCXX.cpp6070 CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, bool IsIfExists, CXXScopeSpec &SS, UnqualifiedId &Name) argument
H A DTreeTransform.h1464 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument

Completed in 190 milliseconds