Home
last modified time | relevance | path

Searched defs:Pointee (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFixItHintUtils.h32 Pointee, /// Transforming a pointer attaches to the pointee and not the enumerator
H A DFixItHintUtils.cpp115 changePointer(const VarDecl & Var,DeclSpec::TQ Qualifier,const Type * Pointee,QualifierTarget QualTarget,QualifierPolicy QualPolicy,const ASTContext & Context) changePointer() argument
166 changeReferencee(const VarDecl & Var,DeclSpec::TQ Qualifier,QualType Pointee,QualifierTarget QualTarget,QualifierPolicy QualPolicy,const ASTContext & Context) changeReferencee() argument
H A DFormatStringConverter.cpp389 const QualType Pointee = Arg->getType()->getPointeeType(); emitStringArgument() local
/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp
H A DPointer.h
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DQualifiedAutoCheck.cpp89 QualType Pointee = QType->getPointeeType(); in isPointerConst() local
95 QualType Pointee = in isAutoPointerConst() local
H A DIsolateDeclarationCheck.cpp61 const auto *Pointee = T->getPointeeType()->castAs<FunctionType>(); in countIndirections() local
H A DContainerSizeEmptyCheck.cpp233 const auto *Pointee = Result.Nodes.getNodeAs<Expr>("Pointee"); in check() local
/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp74 QualType Pointee = Context.getFunctionType(Context.VoidTy, {}, {}); in BuiltinWasmRefNullFunc() local
H A DSemaSwift.cpp108 QualType Pointee = PT->getPointeeType(); isErrorParameter() local
H A DSemaAPINotes.cpp44 QualType Pointee = Type->getPointeeType(); isIndirectPointerType() local
H A DSemaType.cpp7014 QualType Pointee = Type->getPointeeType(); handleMSPointerTypeQualifierAttr() local
7046 QualType Pointee = QT->getPointeeType(); HandleWebAssemblyFuncrefAttr() local
H A DSemaExprCXX.cpp3707 QualType Pointee = Type->castAs<PointerType>()->getPointeeType(); ActOnCXXDelete() local
[all...]
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp171 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp191 const Type *Pointee; member in __anon6b6344ba0111::PointerType
195 PointerType(const Type *Pointee, bool Const) in PointerType() argument
1125 const Type *Pointee = getType(D->getArg(0), Param); getType() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp133 if (auto Pointee = getPointeeOf(State, Arg)) getTaintedPointeeOrPointer() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp722 QualType Pointee = ParamTy->getPointeeType(); evalCall() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp560 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2356 LVElement *Pointee = nullptr; visitKnownRecord() local
3238 LVType *Pointee = createBaseType(TI, TypeName.drop_back(1)); createPointerType() local
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h470 TypeNode *Pointee = nullptr; global() member
H A DItaniumDemangle.h613 const Node *Pointee; global() variable
663 const Node *Pointee; global() variable
[all...]
/llvm-project/clang/lib/AST/
H A DType.cpp5009 QualType Pointee = Pointer->getPointeeType(); isCARCBridgableType() local
5356 QualType Pointee = QT->getPointeeType(); get() local
H A DExpr.cpp3967 QualType Pointee = PT->getPointeeType(); isNullPointerConstant() local
H A DASTContext.cpp3150 QualType Pointee = ptr->getPointeeType(); getObjCGCQualType() local
3173 QualType Pointee = Ptr->getPointeeType(); removePtrSizeAddrSpace() local
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h614 const Node *Pointee; global() variable
664 const Node *Pointee; global() variable
[all...]

12