Home
last modified time | relevance | path

Searched refs:getAsAdjusted (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h102 T getAsAdjusted() const;
2435 inline T TypeLoc::getAsAdjusted() const { in getAsAdjusted() function
HDType.h2273 template <typename T> const T *getAsAdjusted() const;
7019 template <typename T> const T *Type::getAsAdjusted() const {
HDRecursiveASTVisitor.h2505 FunctionProtoTypeLoc Proto = TL.getAsAdjusted<FunctionProtoTypeLoc>();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp3460 .getAsAdjusted<FunctionProtoTypeLoc>() in getReturnTypeLoc()
HDSemaDecl.cpp6265 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in checkAttributesAfterMerging()
8252 (!R->getAsAdjusted<FunctionType>() && R->isFunctionProtoType()); in CreateNewFunctionDecl()
14038 FunctionTypeLoc FTL = TL.getAsAdjusted<FunctionTypeLoc>(); in ActOnFinishFunctionBody()
HDSemaTemplateInstantiateDecl.cpp3703 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); in adjustForRewrite()
HDSemaInit.cpp6841 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in implicitObjectParamIsLifetimeBound()
HDSemaTemplate.cpp2029 .getAsAdjusted<FunctionProtoTypeLoc>(); in transformConstructor()
HDSemaExpr.cpp14272 .getAsAdjusted<FunctionProtoTypeLoc>())) { in ActOnBlockArguments()