Searched defs:KeywordLoc (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 235 SourceLocation KeywordLoc; variable 245 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 34 SourceLocation KeywordLoc; member
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2642 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() 2654 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
|
D | SemaTemplateInstantiate.cpp | 981 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
|
D | TreeTransform.h | 783 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() 840 SourceLocation KeywordLoc, in RebuildDependentNameType() 1345 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
|
D | SemaExprCXX.cpp | 5344 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
|
D | SemaTemplate.cpp | 6893 SourceLocation KeywordLoc, in CheckTypenameType()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 2635 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
|
D | ParseExprCXX.cpp | 1811 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
|
D | ParseDecl.cpp | 596 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1577 SourceLocation KeywordLoc; member
|