Searched defs:TargetDecl (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DependentDiagnostic.h | 46 NamedDecl *TargetDecl, in Create() 120 NamedDecl *TargetDecl; member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 118 GlobalDecl TargetDecl(BaseD, Dtor_Base); in TryEmitBaseDestructorAsAlias() local
|
H A D | CodeGenFunction.cpp | 2607 checkTargetFeatures(const CallExpr * E,const FunctionDecl * TargetDecl) checkTargetFeatures() argument 2614 checkTargetFeatures(SourceLocation Loc,const FunctionDecl * TargetDecl) checkTargetFeatures() argument [all...] |
H A D | CGCall.cpp | 1830 HasStrictReturn(const CodeGenModule & Module,QualType RetTy,const Decl * TargetDecl) HasStrictReturn() argument 2244 IsArgumentMaybeUndef(const Decl * TargetDecl,unsigned NumRequiredArgs,unsigned ArgNo) IsArgumentMaybeUndef() argument 2346 const Decl *TargetDecl = CalleeInfo.getCalleeDecl().getDecl(); ConstructAttributeList() local 4991 const Decl *TargetDecl = Callee.getAbstractInfo().getCalleeDecl().getDecl(); EmitCall() local [all...] |
H A D | ItaniumCXXABI.cpp | 4367 emitConstructorDestructorAlias(CodeGenModule & CGM,GlobalDecl AliasDecl,GlobalDecl TargetDecl) emitConstructorDestructorAlias() argument
|
H A D | CGExpr.cpp | 5723 const Decl *TargetDecl = EmitCall() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 357 if (const auto *TargetDecl = in VisitNestedNameSpecifierLocations() local 391 if (const auto *TargetDecl = getSupportedDeclFromTypeLoc(Loc)) { in VisitTypeLoc() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 110 const CXXRecordDecl *TargetDecl = Base->getCanonicalDecl(); in isProvablyNotDerivedFrom() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 1532 NamedDecl *TargetDecl = cast<NamedDecl>(TargetD); HandleDependentAccessCheck() local
|
H A D | SemaChecking.cpp | 785 const Decl *TargetDecl = CE->getCalleeDecl(); SemaBuiltinCallWithStaticChain() local
|
H A D | SemaOpenMP.cpp | 23528 ActOnOpenMPDeclareTargetInitializer(Decl * TargetDecl) ActOnOpenMPDeclareTargetInitializer() argument
|