Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypeLoc.cpp426 setElaboratedKeywordLoc(Loc); in initializeLocal()
434 setElaboratedKeywordLoc(Loc); in initializeLocal()
444 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.cpp2265 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2299 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2337 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
2393 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
3135 TL.setElaboratedKeywordLoc(SourceLocation(/*synthesized*/)); in CheckTemplateTypeArgument()
7991 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
8020 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
8025 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
8068 SpecTL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
8096 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
DSemaCXXScopeSpec.cpp889 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnCXXNestedNameSpecifier()
DTreeTransform.h5424 NewTL.setElaboratedKeywordLoc(SourceLocation()); in TransformTemplateSpecializationType()
5476 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5555 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
5654 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5658 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5723 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5728 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
DSemaType.cpp4640 TL.setElaboratedKeywordLoc(Keyword != ETK_None in VisitElaboratedTypeLoc()
4739 DNTLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
4749 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
DSemaDeclCXX.cpp2998 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
12327 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12332 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12357 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
DSemaDecl.cpp228 DepTL.setElaboratedKeywordLoc(SourceLocation()); in recoverFromTypeInKnownDependentBase()
436 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in getTypeName()
496 DepTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnDelayedDefaultTemplateArg()
725 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in buildNestedType()
DSemaExpr.cpp2337 QTL.setElaboratedKeywordLoc(SourceLocation()); in BuildQualifiedDeclarationNameExpr()
/external/clang/lib/Serialization/
DASTReader.cpp5857 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitElaboratedTypeLoc()
5864 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentNameTypeLoc()
5870 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentTemplateSpecializationTypeLoc()