Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
H A DExprCXX.h4916 SourceLocation KeywordLoc; variable
4924 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, in CoroutineSuspendExpr()
4938 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr()
5041 SourceLocation KeywordLoc; variable
5045 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr()
H A DStmt.h286 SourceLocation KeywordLoc; in alignas() local
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp282 SMLoc KeywordLoc = getTok().getLoc(); in ParseDirectiveSegment() local
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1163 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
1362 SourceLocation KeywordLoc = Tok.getLocation(); in ParseExternalSourceSymbolAttribute() local
H A DParseExprCXX.cpp2615 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
H A DParseDeclCXX.cpp3931 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h162 SourceLocation KeywordLoc; member
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4611 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt()
4623 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
H A DSemaTemplateInstantiate.cpp1575 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
H A DSemaTemplate.cpp10891 SourceLocation KeywordLoc, in CheckTypenameType()
10922 SourceLocation KeywordLoc, in CheckTypenameType()
H A DTreeTransform.h1074 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
1129 SourceLocation KeywordLoc, in RebuildDependentNameType()
2529 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
H A DSemaExprCXX.cpp8909 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
H A DSemaDeclCXX.cpp11183 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2144 SourceLocation KeywordLoc; member