/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | FixItHintUtils.h | 32 Pointee, /// Transforming a pointer attaches to the pointee and not the enumerator
|
H A D | FixItHintUtils.cpp | 115 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 D | FormatStringConverter.cpp | 389 const QualType Pointee = Arg->getType()->getPointeeType(); emitStringArgument() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp |
|
H A D | Pointer.h |
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | QualifiedAutoCheck.cpp | 89 QualType Pointee = QType->getPointeeType(); in isPointerConst() local 95 QualType Pointee = in isAutoPointerConst() local
|
H A D | IsolateDeclarationCheck.cpp | 61 const auto *Pointee = T->getPointeeType()->castAs<FunctionType>(); in countIndirections() local
|
H A D | ContainerSizeEmptyCheck.cpp | 233 const auto *Pointee = Result.Nodes.getNodeAs<Expr>("Pointee"); in check() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaWasm.cpp | 74 QualType Pointee = Context.getFunctionType(Context.VoidTy, {}, {}); in BuiltinWasmRefNullFunc() local
|
H A D | SemaSwift.cpp | 108 QualType Pointee = PT->getPointeeType(); isErrorParameter() local
|
H A D | SemaAPINotes.cpp | 44 QualType Pointee = Type->getPointeeType(); isIndirectPointerType() local
|
H A D | SemaType.cpp | 7014 QualType Pointee = Type->getPointeeType(); handleMSPointerTypeQualifierAttr() local 7046 QualType Pointee = QT->getPointeeType(); HandleWebAssemblyFuncrefAttr() local
|
H A D | SemaExprCXX.cpp | 3707 QualType Pointee = Type->castAs<PointerType>()->getPointeeType(); ActOnCXXDelete() local [all...] |
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 171 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 191 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 D | GenericTaintChecker.cpp | 133 if (auto Pointee = getPointeeOf(State, Arg)) getTaintedPointeeOrPointer() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 722 QualType Pointee = ParamTy->getPointeeType(); evalCall() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 560 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2356 LVElement *Pointee = nullptr; visitKnownRecord() local 3238 LVType *Pointee = createBaseType(TI, TypeName.drop_back(1)); createPointerType() local
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 470 TypeNode *Pointee = nullptr; global() member
|
H A D | ItaniumDemangle.h | 613 const Node *Pointee; global() variable 663 const Node *Pointee; global() variable [all...] |
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 5009 QualType Pointee = Pointer->getPointeeType(); isCARCBridgableType() local 5356 QualType Pointee = QT->getPointeeType(); get() local
|
H A D | Expr.cpp | 3967 QualType Pointee = PT->getPointeeType(); isNullPointerConstant() local
|
H A D | ASTContext.cpp | 3150 QualType Pointee = ptr->getPointeeType(); getObjCGCQualType() local 3173 QualType Pointee = Ptr->getPointeeType(); removePtrSizeAddrSpace() local
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 614 const Node *Pointee; global() variable 664 const Node *Pointee; global() variable [all...] |