Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1773 void setAttrNameLoc(SourceLocation loc) { in setAttrNameLoc() function
1817 setAttrNameLoc(loc); in initializeLocal()
1921 void setAttrNameLoc(SourceLocation loc) { getLocalData()->AttrLoc = loc; } in setAttrNameLoc() function
1953 setAttrNameLoc(loc); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6867 TL.setAttrNameLoc(readSourceLocation()); in VisitDependentAddressSpaceTypeLoc()
6891 TL.setAttrNameLoc(readSourceLocation()); in VisitConstantMatrixTypeLoc()
6899 TL.setAttrNameLoc(readSourceLocation()); in VisitDependentSizedMatrixTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5782 MTL.setAttrNameLoc(AL.getLoc()); in fillMatrixTypeLoc()
6218 DASTL.setAttrNameLoc(AL.getLoc()); in fillDependentAddressSpaceTypeLoc()
H A DTreeTransform.h5739 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformConstantMatrixType()
5794 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformDependentSizedMatrixType()
5836 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformDependentAddressSpaceType()