Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypeLoc.cpp259 setElaboratedKeywordLoc(Loc); in initializeLocal()
267 setElaboratedKeywordLoc(Loc); in initializeLocal()
277 setElaboratedKeywordLoc(Loc); in initializeLocal()
/external/clang/include/clang/AST/
DTypeLoc.h1512 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
1570 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
1625 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
/external/clang/lib/Sema/
DSemaTemplate.cpp2141 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2175 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2213 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
2269 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
6911 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
6940 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
6945 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
6989 SpecTL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
7017 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
DSemaCXXScopeSpec.cpp788 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnCXXNestedNameSpecifier()
DTreeTransform.h4696 NewTL.setElaboratedKeywordLoc(SourceLocation()); in TransformTemplateSpecializationType()
4748 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
4827 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
4915 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
4919 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
4984 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
4989 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
DSemaType.cpp3141 TL.setElaboratedKeywordLoc(Keyword != ETK_None in VisitElaboratedTypeLoc()
3224 DNTLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
3234 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
DSemaDeclCXX.cpp9982 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
9987 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
10010 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
DSemaDecl.cpp329 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in getTypeName()
581 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in buildNestedType()
/external/clang/lib/Serialization/
DASTReader.cpp4350 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitElaboratedTypeLoc()
4357 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentNameTypeLoc()
4363 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentTemplateSpecializationTypeLoc()