Home
last modified time | relevance | path

Searched defs:KeywordLoc (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/AST/
DStmtCXX.h241 SourceLocation KeywordLoc; variable
251 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
DExprCXX.h4134 SourceLocation KeywordLoc; variable
4141 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, in CoroutineSuspendExpr()
4153 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr()
DStmt.h653 SourceLocation KeywordLoc; variable
/external/clang/include/clang/Sema/
DAttributeList.h37 SourceLocation KeywordLoc; member
/external/clang/lib/Parse/
DParseExprCXX.cpp2238 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
DParseDeclCXX.cpp3414 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
DParseDecl.cpp919 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
/external/clang/include/clang/Parse/
DParser.h1730 SourceLocation KeywordLoc; member
/external/clang/lib/Sema/
DSemaStmt.cpp3805 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt()
3817 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
DSemaTemplateInstantiate.cpp970 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
DTreeTransform.h890 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
948 SourceLocation KeywordLoc, in RebuildDependentNameType()
1928 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
DSemaExprCXX.cpp7125 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
DSemaTemplate.cpp8288 SourceLocation KeywordLoc, in CheckTypenameType()
DSemaDeclCXX.cpp7291 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()