Home
last modified time | relevance | path

Searched defs:KeywordLoc (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h254 SourceLocation KeywordLoc; variable
264 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
H A DExprCXX.h4934 SourceLocation KeywordLoc; global() variable
4942 CoroutineSuspendExpr(StmtClass SC,SourceLocation KeywordLoc,Expr * Operand,Expr * Common,Expr * Ready,Expr * Suspend,Expr * Resume,OpaqueValueExpr * OpaqueValue) CoroutineSuspendExpr() argument
4956 CoroutineSuspendExpr(StmtClass SC,SourceLocation KeywordLoc,QualType Ty,Expr * Operand,Expr * Common) CoroutineSuspendExpr() argument
5059 SourceLocation KeywordLoc; global() variable
5063 DependentCoawaitExpr(SourceLocation KeywordLoc,QualType Ty,Expr * Op,UnresolvedLookupExpr * OpCoawait) DependentCoawaitExpr() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp282 SMLoc KeywordLoc = getTok().getLoc(); ParseDirectiveSegment() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h49 SourceLocation KeywordLoc; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1277 SourceLocation KeywordLoc = ConsumeToken(); ParseAvailabilityAttribute() local
1464 SourceLocation KeywordLoc = Tok.getLocation(); ParseExternalSourceSymbolAttribute() local
[all...]
H A DParseExprCXX.cpp2632 SourceLocation KeywordLoc = ConsumeToken(); ParseUnqualifiedIdOperator() local
H A DParseDeclCXX.cpp3991 SourceLocation KeywordLoc = ConsumeToken(); tryParseExceptionSpecification() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4673 BuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) BuildMSDependentExistsStmt() argument
4685 ActOnMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,CXXScopeSpec & SS,UnqualifiedId & Name,Stmt * Nested) ActOnMSDependentExistsStmt() argument
H A DSemaTemplate.cpp11197 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,TypeSourceInfo ** TSI,bool DeducedTSTContext) CheckTypenameType() argument
11228 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,bool DeducedTSTContext) CheckTypenameType() argument
H A DSemaTemplateInstantiate.cpp1722 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType T) RebuildElaboratedType() argument
H A DTreeTransform.h1095 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType Named) RebuildElaboratedType() argument
1150 RebuildDependentNameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo * Id,SourceLocation IdLoc,bool DeducedTSTContext) RebuildDependentNameType() argument
2587 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) RebuildMSDependentExistsStmt() argument
H A DSemaExprCXX.cpp8971 CheckMicrosoftIfExistsSymbol(Scope * S,SourceLocation KeywordLoc,bool IsIfExists,CXXScopeSpec & SS,UnqualifiedId & Name) CheckMicrosoftIfExistsSymbol() argument
H A DSemaDeclCXX.cpp11586 DiagnoseNamespaceInlineMismatch(Sema & S,SourceLocation KeywordLoc,SourceLocation Loc,IdentifierInfo * II,bool * IsInline,NamespaceDecl * PrevNS) DiagnoseNamespaceInlineMismatch() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2169 SourceLocation KeywordLoc; global() member