Searched defs:KeywordLoc (Results 1 – 13 of 13) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | StmtCXX.h | 235 SourceLocation KeywordLoc; variable 245 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
|
H A D | Stmt.h | 650 SourceLocation KeywordLoc; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | AttributeList.h | 37 SourceLocation KeywordLoc; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 2141 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
|
H A D | ParseDeclCXX.cpp | 3180 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
|
H A D | ParseDecl.cpp | 873 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3395 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() 3407 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
|
H A D | SemaTemplateInstantiate.cpp | 1004 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
|
H A D | TreeTransform.h | 860 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() 918 SourceLocation KeywordLoc, in RebuildDependentNameType() 1677 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
|
H A D | SemaExprCXX.cpp | 6408 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
|
H A D | SemaTemplate.cpp | 7991 SourceLocation KeywordLoc, in CheckTypenameType()
|
H A D | SemaDeclCXX.cpp | 7030 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 1626 SourceLocation KeywordLoc; member
|