Home
last modified time | relevance | path

Searched refs:getAttrNameLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1770 SourceLocation getAttrNameLoc() const { in getAttrNameLoc() function
1799 SourceRange range(getAttrNameLoc()); in getLocalSourceRange()
1920 SourceLocation getAttrNameLoc() const { return getLocalData()->AttrLoc; } in getAttrNameLoc() function
1947 SourceRange range(getAttrNameLoc()); in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp402 addSourceLocation(TL.getAttrNameLoc()); in VisitDependentAddressSpaceTypeLoc()
428 addSourceLocation(TL.getAttrNameLoc()); in VisitConstantMatrixTypeLoc()
438 addSourceLocation(TL.getAttrNameLoc()); in VisitDependentSizedMatrixTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5739 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformConstantMatrixType()
5794 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformDependentSizedMatrixType()
5836 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformDependentAddressSpaceType()