Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypeLoc.cpp325 setElaboratedKeywordLoc(Loc); in initializeLocal()
333 setElaboratedKeywordLoc(Loc); in initializeLocal()
343 setElaboratedKeywordLoc(Loc); in initializeLocal()
/external/clang/include/clang/AST/
DTypeLoc.h1648 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
1706 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
1761 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
/external/clang/lib/Sema/
DSemaTemplate.cpp2198 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2232 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2270 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
2326 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
3086 TL.setElaboratedKeywordLoc(SourceLocation(/*synthesized*/)); in CheckTemplateTypeArgument()
7877 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
7906 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
7911 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
7954 SpecTL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
7982 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
DSemaCXXScopeSpec.cpp886 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnCXXNestedNameSpecifier()
DTreeTransform.h5238 NewTL.setElaboratedKeywordLoc(SourceLocation()); in TransformTemplateSpecializationType()
5290 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5369 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
5457 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5461 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5526 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5531 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
DSemaType.cpp3649 TL.setElaboratedKeywordLoc(Keyword != ETK_None in VisitElaboratedTypeLoc()
3748 DNTLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
3758 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
DSemaDecl.cpp229 DepTL.setElaboratedKeywordLoc(SourceLocation()); in recoverFromTypeInKnownDependentBase()
437 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in getTypeName()
497 DepTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnDelayedDefaultTemplateArg()
726 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in buildNestedType()
DSemaDeclCXX.cpp12286 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12291 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12316 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
DSemaExpr.cpp2341 QTL.setElaboratedKeywordLoc(SourceLocation()); in BuildQualifiedDeclarationNameExpr()
/external/clang/lib/Serialization/
DASTReader.cpp5906 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitElaboratedTypeLoc()
5913 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentNameTypeLoc()
5919 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentTemplateSpecializationTypeLoc()