Searched refs:getDecl (Results 276 - 300 of 300) sorted by relevance

<<1112

/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp969 if (const ValueDecl *VD = DRE->getDecl())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp465 return getRelativeName(D->getDecl(), getEnclosingDeclContext(AST, S));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp352 return getDecl()->getIdentifier()->getNameStart();
H A DDeclBase.cpp1270 // Note, TagType::getDecl returns the (partial) definition one exists.
1271 TagDecl *PossiblePartialDef = TagTy->getDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h454 const Decl *getDecl() const { return CalleeDecl; } function in class:clang::CodeGen::CodeGenFunction::AbstractCallee
1556 cast<CXXConstructorDecl>(GD.getDecl());
2533 const RecordDecl *RD = cast<RecordDecl>(RT->getDecl());
H A DCGException.cpp1706 const auto *D = dyn_cast<VarDecl>(E->getDecl());
H A DCGObjCMac.cpp2627 const RecordDecl *RD = RT->getDecl();
3503 for (auto field : recType->getDecl()->fields()) {
5340 const RecordDecl *RD = RT->getDecl();
7810 return GetInterfaceEHType(IT->getDecl(), NotForDefinition);
H A DCGBlocks.cpp395 const auto *record = cast<CXXRecordDecl>(recordType->getDecl());
H A DCGObjCGNU.cpp2425 std::string(IT->getDecl()->getIdentifier()->getName());
H A DCGBuiltin.cpp679 auto *Param = dyn_cast<ParmVarDecl>(D->getDecl());
680 auto *PS = D->getDecl()->getAttr<PassObjectSizeAttr>();
1515 RecordDecl *RD = RType->castAs<RecordType>()->getDecl()->getDefinition();
1648 const FunctionDecl *FD = GD.getDecl()->getAsFunction();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1262 ValueDecl *getDecl() { return D; } function in class:clang::final
1263 const ValueDecl *getDecl() const { return D; } function in class:clang::final
1267 return DeclarationNameInfo(getDecl()->getDeclName(), getLocation(), DNLoc);
H A DStmt.h1781 LabelDecl *getDecl() const { return TheDecl; } function in class:clang::LabelStmt
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1546 CompleteType(tag_type->getDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1082 for (NamedDecl *D : cast<CXXRecordDecl>(RecordTy->getDecl())
H A DSemaObjCProperty.cpp1341 if (RecordTy && RecordTy->getDecl()->hasFlexibleArrayMember()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp723 const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(Call.getDecl());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1062 Decl *getDecl() { return D; } function in class:clang::ASTReader::InterestingDecl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp328 if (DIGlobalVariable *V = CB->getDecl())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2797 return getTemporary(getContext(), getScope(), getDecl(), getName(),
2814 DIGlobalVariable *getDecl() const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4879 Context.setFILEDecl(Typedef->getDecl());
4886 Context.setFILEDecl(Tag->getDecl());
4900 Context.setjmp_bufDecl(Typedef->getDecl());
4907 Context.setjmp_bufDecl(Tag->getDecl());
4921 Context.setsigjmp_bufDecl(Typedef->getDecl());
4925 Context.setsigjmp_bufDecl(Tag->getDecl());
4957 Context.setucontext_tDecl(Typedef->getDecl());
4961 Context.setucontext_tDecl(Tag->getDecl());
H A DASTWriterDecl.cpp194 return RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::getDecl(&T);
574 Record.AddDeclRef(P.getDecl());
H A DASTReaderDecl.cpp4115 if (isConsumerInterestedIn(getContext(), D.getDecl(), D.hasPendingBody()))
4116 PassInterestingDeclToConsumer(D.getDecl());
H A DASTReaderStmt.cpp615 E->DNLoc = Record.readDeclarationNameLoc(E->getDecl()->getDeclName());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3729 const Decl *DeclNode = Node.getDecl();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1763 Record.push_back(VE.getMetadataOrNullID(N->getDecl()));

Completed in 642 milliseconds

<<1112