Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp276 SMLoc KeywordLoc = getTok().getLoc(); in ParseDirectiveSegment() local
/freebsd/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.h5081 SourceLocation KeywordLoc; variable
5092 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, in CoroutineSuspendExpr()
5106 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr()
5227 SourceLocation KeywordLoc; variable
5231 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h50 SourceLocation KeywordLoc; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1368 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
1571 SourceLocation KeywordLoc = Tok.getLocation(); in ParseExternalSourceSymbolAttribute() local
H A DParseExprCXX.cpp2734 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
H A DParseDeclCXX.cpp4177 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4375 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt()
4387 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
H A DSemaTemplate.cpp10428 SourceLocation KeywordLoc, in CheckTypenameType()
10459 SourceLocation KeywordLoc, in CheckTypenameType()
H A DSemaTemplateInstantiate.cpp1926 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
H A DTreeTransform.h1116 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
1171 SourceLocation KeywordLoc, in RebuildDependentNameType()
2613 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
H A DSemaExprCXX.cpp9193 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
H A DSemaDeclCXX.cpp11499 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch() argument
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2227 SourceLocation KeywordLoc; member