Home
last modified time | relevance | path

Searched refs:setElaboratedKeywordLoc (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/AST/
DTypeLoc.cpp418 setElaboratedKeywordLoc(Loc); in initializeLocal()
426 setElaboratedKeywordLoc(Loc); in initializeLocal()
436 setElaboratedKeywordLoc(Loc); in initializeLocal()
/external/clang/include/clang/AST/
DTypeLoc.h1730 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
1788 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
1843 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
/external/clang/lib/Sema/
DSemaTemplate.cpp2303 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2337 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2375 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
2431 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
3178 TL.setElaboratedKeywordLoc(SourceLocation(/*synthesized*/)); in CheckTemplateTypeArgument()
8135 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
8164 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
8169 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
8212 SpecTL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
8240 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
DSemaCXXScopeSpec.cpp919 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnCXXNestedNameSpecifier()
DTreeTransform.h5589 NewTL.setElaboratedKeywordLoc(SourceLocation()); in TransformTemplateSpecializationType()
5641 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5720 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
5819 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5823 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5888 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5893 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
DSemaType.cpp4929 TL.setElaboratedKeywordLoc(Keyword != ETK_None in VisitElaboratedTypeLoc()
5036 DNTLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
5046 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
DSemaDeclCXX.cpp3001 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
12568 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12573 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12598 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
DSemaDecl.cpp236 DepTL.setElaboratedKeywordLoc(SourceLocation()); in recoverFromTypeInKnownDependentBase()
444 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in getTypeName()
540 DepTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnMSVCUnknownTypeName()
769 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in buildNestedType()
DSemaExpr.cpp2400 QTL.setElaboratedKeywordLoc(SourceLocation()); in BuildQualifiedDeclarationNameExpr()
/external/clang/lib/Serialization/
DASTReader.cpp5899 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitElaboratedTypeLoc()
5906 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentNameTypeLoc()
5912 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentTemplateSpecializationTypeLoc()