Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DTypeLoc.cpp317 setElaboratedKeywordLoc(Loc); in initializeLocal()
325 setElaboratedKeywordLoc(Loc); in initializeLocal()
335 setElaboratedKeywordLoc(Loc); in initializeLocal()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DTypeLoc.h1643 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
1701 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
1756 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplate.cpp2136 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2170 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
2208 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
2264 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
7577 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
7606 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
7611 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
7655 SpecTL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
7683 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
DSemaCXXScopeSpec.cpp765 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnCXXNestedNameSpecifier()
DTreeTransform.h4900 NewTL.setElaboratedKeywordLoc(SourceLocation()); in TransformTemplateSpecializationType()
4952 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5031 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
5119 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5123 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
5188 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
5193 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
DSemaType.cpp3616 TL.setElaboratedKeywordLoc(Keyword != ETK_None in VisitElaboratedTypeLoc()
3712 DNTLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
3722 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
DSemaDeclCXX.cpp11398 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
11403 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
11428 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
DSemaDecl.cpp320 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in getTypeName()
568 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in buildNestedType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp5138 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitElaboratedTypeLoc()
5145 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentNameTypeLoc()
5151 TL.setElaboratedKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentTemplateSpecializationTypeLoc()