Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h255 bool IsIfExists; variable
264 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4376 BuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) BuildMSDependentExistsStmt() argument
4388 ActOnMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,CXXScopeSpec & SS,UnqualifiedId & Name,Stmt * Nested) ActOnMSDependentExistsStmt() argument
H A DSemaExprCXX.cpp9121 CheckMicrosoftIfExistsSymbol(Scope * S,SourceLocation KeywordLoc,bool IsIfExists,CXXScopeSpec & SS,UnqualifiedId & Name) CheckMicrosoftIfExistsSymbol() argument
H A DTreeTransform.h2614 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) RebuildMSDependentExistsStmt() argument
/llvm-project/clang/include/clang/Parse/
H A DParser.h2226 bool IsIfExists; global() member