Searched defs:KeywordLoc (Results 1 – 14 of 14) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 236 SourceLocation KeywordLoc; variable 246 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
|
D | ExprCXX.h | 4086 SourceLocation KeywordLoc; variable 4093 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, in CoroutineSuspendExpr() 4105 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr()
|
D | Stmt.h | 641 SourceLocation KeywordLoc; variable
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 37 SourceLocation KeywordLoc; member
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 2159 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
|
D | ParseDeclCXX.cpp | 3390 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
|
D | ParseDecl.cpp | 903 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1697 SourceLocation KeywordLoc; member
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3737 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() 3749 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
|
D | SemaTemplateInstantiate.cpp | 968 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
|
D | TreeTransform.h | 881 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() 939 SourceLocation KeywordLoc, in RebuildDependentNameType() 1855 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
|
D | SemaExprCXX.cpp | 6838 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
|
D | SemaTemplate.cpp | 8144 SourceLocation KeywordLoc, in CheckTypenameType()
|
D | SemaDeclCXX.cpp | 7127 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()
|