Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h236 SourceLocation KeywordLoc; variable
246 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
DExprCXX.h4086 SourceLocation KeywordLoc; variable
4093 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, in CoroutineSuspendExpr()
4105 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr()
DStmt.h641 SourceLocation KeywordLoc; variable
/external/clang/include/clang/Sema/
DAttributeList.h37 SourceLocation KeywordLoc; member
/external/clang/lib/Parse/
DParseExprCXX.cpp2159 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
DParseDeclCXX.cpp3390 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
DParseDecl.cpp903 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
/external/clang/include/clang/Parse/
DParser.h1697 SourceLocation KeywordLoc; member
/external/clang/lib/Sema/
DSemaStmt.cpp3737 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt()
3749 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
DSemaTemplateInstantiate.cpp968 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
DTreeTransform.h881 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
939 SourceLocation KeywordLoc, in RebuildDependentNameType()
1855 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
DSemaExprCXX.cpp6838 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
DSemaTemplate.cpp8144 SourceLocation KeywordLoc, in CheckTypenameType()
DSemaDeclCXX.cpp7127 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()