Searched defs:KeywordLoc (Results 1 – 13 of 13) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 235 SourceLocation KeywordLoc; variable 245 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
|
D | Stmt.h | 627 SourceLocation KeywordLoc; variable
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 35 SourceLocation KeywordLoc; member
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3101 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() 3113 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
|
D | SemaTemplateInstantiate.cpp | 1054 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
|
D | TreeTransform.h | 810 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() 867 SourceLocation KeywordLoc, in RebuildDependentNameType() 1429 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
|
D | SemaExprCXX.cpp | 5740 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
|
D | SemaTemplate.cpp | 7619 SourceLocation KeywordLoc, in CheckTypenameType()
|
D | SemaDeclCXX.cpp | 6227 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 1965 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
|
D | ParseDeclCXX.cpp | 2886 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
|
D | ParseDecl.cpp | 860 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1528 SourceLocation KeywordLoc; member
|