Searched defs:modifiedType (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 1168 QualType modifiedType = recurse(T->getModifiedType()); SUGARED_TYPE_CLASS() local |
H A D | ASTContext.cpp | 4748 getAttributedType(attr::Kind attrKind,QualType modifiedType,QualType equivalentType) const getAttributedType() argument |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | TreeTransform.h | 7076 QualType modifiedType = TransformModifiedTypeFn(TLB, TL.getModifiedLoc()); TransformAttributedType() local |