Home
last modified time | relevance | path

Searched refs:setAttrNameLoc (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h728 void setAttrNameLoc(SourceLocation loc) { in setAttrNameLoc() function
786 setAttrNameLoc(loc); in initializeLocal()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3478 TL.setAttrNameLoc(attrs->getLoc()); in fillAttributedTypeLoc()
HDTreeTransform.h5062 newTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformAttributedType()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5095 TL.setAttrNameLoc(ReadSourceLocation(Record, Idx)); in VisitAttributedTypeLoc()