Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1693 void setAttrNameLoc(SourceLocation loc) { in setAttrNameLoc() function
1737 setAttrNameLoc(loc); in initializeLocal()
1792 void setAttrNameLoc(SourceLocation loc) { getLocalData()->AttrLoc = loc; } in setAttrNameLoc() function
1824 setAttrNameLoc(loc); in initializeLocal()
/external/clang/include/clang/AST/
DTypeLoc.h765 void setAttrNameLoc(SourceLocation loc) { in setAttrNameLoc() function
823 setAttrNameLoc(loc); in initializeLocal()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp6172 DASTL.setAttrNameLoc(AL.getLoc()); in fillDependentAddressSpaceTypeLoc()
6187 MTL.setAttrNameLoc(AL.getLoc()); in fillMatrixTypeLoc()
DTreeTransform.h5275 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformConstantMatrixType()
5330 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformDependentSizedMatrixType()
5372 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformDependentAddressSpaceType()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6532 TL.setAttrNameLoc(readSourceLocation()); in VisitDependentAddressSpaceTypeLoc()
6556 TL.setAttrNameLoc(readSourceLocation()); in VisitConstantMatrixTypeLoc()
6564 TL.setAttrNameLoc(readSourceLocation()); in VisitDependentSizedMatrixTypeLoc()
/external/clang/lib/Sema/
DSemaType.cpp4802 TL.setAttrNameLoc(attrs->getLoc()); in fillAttributedTypeLoc()
DTreeTransform.h5762 newTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformAttributedType()
/external/clang/lib/Serialization/
DASTReader.cpp5856 TL.setAttrNameLoc(ReadSourceLocation(Record, Idx)); in VisitAttributedTypeLoc()