Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h895 TypeLoc getEquivalentTypeLoc() const { in getEquivalentTypeLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3947 TL = ATL.getEquivalentTypeLoc(); in getFunctionTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7593 if (TL.getModifiedLoc().getType() != TL.getEquivalentTypeLoc().getType()) { in TransformAttributedType()
7597 getDerived().TransformType(AuxiliaryTLB, TL.getEquivalentTypeLoc()); in TransformAttributedType()