Searched defs:KeywordLoc (Results 1 – 14 of 14) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 241 SourceLocation KeywordLoc; variable 251 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
|
D | ExprCXX.h | 4134 SourceLocation KeywordLoc; variable 4141 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, in CoroutineSuspendExpr() 4153 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr()
|
D | Stmt.h | 653 SourceLocation KeywordLoc; variable
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 37 SourceLocation KeywordLoc; member
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 2238 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
|
D | ParseDeclCXX.cpp | 3414 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
|
D | ParseDecl.cpp | 919 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1730 SourceLocation KeywordLoc; member
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3805 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() 3817 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
|
D | SemaTemplateInstantiate.cpp | 970 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
|
D | TreeTransform.h | 890 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() 948 SourceLocation KeywordLoc, in RebuildDependentNameType() 1928 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
|
D | SemaExprCXX.cpp | 7125 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
|
D | SemaTemplate.cpp | 8288 SourceLocation KeywordLoc, in CheckTypenameType()
|
D | SemaDeclCXX.cpp | 7291 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()
|