Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h235 SourceLocation KeywordLoc; variable
245 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
/external/clang/include/clang/Sema/
DAttributeList.h34 SourceLocation KeywordLoc; member
/external/clang/lib/Sema/
DSemaStmt.cpp2642 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt()
2654 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
DSemaTemplateInstantiate.cpp981 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
DTreeTransform.h783 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
840 SourceLocation KeywordLoc, in RebuildDependentNameType()
1345 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
DSemaExprCXX.cpp5344 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
DSemaTemplate.cpp6893 SourceLocation KeywordLoc, in CheckTypenameType()
/external/clang/lib/Parse/
DParseDeclCXX.cpp2635 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
DParseExprCXX.cpp1811 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
DParseDecl.cpp596 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
/external/clang/include/clang/Parse/
DParser.h1577 SourceLocation KeywordLoc; member