Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DPopulateSwitch.cpp124 EnumT = Cond->getType()->getAsAdjusted<EnumType>(); in REGISTER_TWEAK()
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h102 T getAsAdjusted() const;
2498 inline T TypeLoc::getAsAdjusted() const { in getAsAdjusted() function
DType.h2287 template <typename T> const T *getAsAdjusted() const;
7136 template <typename T> const T *Type::getAsAdjusted() const {
DRecursiveASTVisitor.h2504 FunctionProtoTypeLoc Proto = TL.getAsAdjusted<FunctionProtoTypeLoc>();
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp3511 .getAsAdjusted<FunctionProtoTypeLoc>() in getReturnTypeLoc()
DSemaDecl.cpp6444 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in checkAttributesAfterMerging()
8433 (!R->getAsAdjusted<FunctionType>() && R->isFunctionProtoType()); in CreateNewFunctionDecl()
14454 FunctionTypeLoc FTL = TL.getAsAdjusted<FunctionTypeLoc>(); in ActOnFinishFunctionBody()
DSemaTemplateInstantiateDecl.cpp3762 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); in adjustForRewrite()
DSemaInit.cpp6925 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in implicitObjectParamIsLifetimeBound()
DSemaTemplate.cpp2184 .getAsAdjusted<FunctionProtoTypeLoc>(); in transformConstructor()
DSemaExpr.cpp15214 .getAsAdjusted<FunctionProtoTypeLoc>())) { in ActOnBlockArguments()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3415 if (auto FTL = TSI->getTypeLoc().getAsAdjusted<FunctionTypeLoc>()) in EmitReturnValueCheck()