Searched defs:Decl (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAvailabilityInfo.cpp10 AvailabilityInfo AvailabilityInfo::createFromDecl(const Decl *Decl) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp83 auto *Decl = local
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp14 Record::Record(const RecordDecl *Decl, BaseList &&SrcBases, argument
H A DRecord.h29 const FieldDecl *Decl; member in struct:clang::interp::final::Field
37 const RecordDecl *Decl; member in struct:clang::interp::final::Base
H A DProgram.h227 void startDeclaration(const ValueDecl *Decl) { argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp93 const auto *Decl = local
H A DTemplateName.cpp218 TemplateDecl *Decl = getAsTemplateDecl(); local
[all...]
H A DQualTypeNames.cpp266 createNestedNameSpecifierForScopeOf( const ASTContext &Ctx, const Decl *Decl, bool FullyQualified, bool WithGlobalNsPrefix) argument
[all...]
H A DComputeDependence.cpp474 auto *Decl = E->getDecl(); local
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp30 bool VisitCXXMethodDecl(CXXMethodDecl *Decl) { argument
85 bool ShouldSkip(CXXMethodDecl *Decl) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp135 std::string getUSRForDecl(const Decl *Decl) { argument
H A DUSRLocFinder.cpp182 bool VisitNamedDecl(const NamedDecl *Decl) { argument
216 const NamedDecl *Decl local
270 const NamedDecl *Decl = Expr->getFoundDecl(); local
521 getOccurrencesOfUSRs(ArrayRef<std::string> USRs, StringRef PrevName, Decl *Decl) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h138 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) { argument
H A DObjCARCContract.cpp149 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); local
183 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV local
388 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp102 const VarDecl *Decl = Region->getDecl(); local
H A DDynamicTypeChecker.cpp140 const ObjCInterfaceDecl *Decl = ObjPtr->getInterfaceDecl(); local
H A DStdVariantChecker.cpp80 auto *Decl = Type->getAsRecordDecl(); local
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h132 OS << Decl << " = {\n"; local
142 << Decl << " = {\n"; local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp135 EmitDevicePrintfCallExpr(const CallExpr *E, CodeGenFunction *CGF, llvm::Function *Decl, bool WithSizeArg) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp30 clang::NamedDecl *Decl = VarDecl::Create( local
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp746 std::string Decl; local
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h263 static AccessControl getAccessControl(const Decl *Decl) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp363 CharSourceRange tooling::getAssociatedRange(const Decl &Decl, argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp99 const ValueDecl *Decl = dyn_cast<ValueDecl>(DRE->getDecl()); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h49 void *Decl; member in struct:llvm::InlineAsmIdentifierInfo::LabelIdentifier
53 void *Decl; member in struct:llvm::InlineAsmIdentifierInfo::VariableIdentifier

Completed in 321 milliseconds

1234