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

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp14 Record::Record(const RecordDecl *Decl, BaseList &&SrcBases, argument
H A DRecord.h27 const FieldDecl *Decl; member in struct:clang::interp::Record::Field
34 const RecordDecl *Decl; member in struct:clang::interp::Record::Base
97 const RecordDecl *Decl; member in class:clang::interp::Record
H A DProgram.h201 void startDeclaration(const VarDecl *Decl) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp93 const auto *Decl = local
H A DTemplateName.cpp155 TemplateDecl *Decl = getAsTemplateDecl(); local
H A DQualTypeNames.cpp264 createNestedNameSpecifierForScopeOf( const ASTContext &Ctx, const Decl *Decl, bool FullyQualified, bool WithGlobalNsPrefix) argument
[all...]
H A DDeclTemplate.cpp196 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
316 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
415 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
1070 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
1120 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, VarDecl *Decl) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp100 const VarDecl *Decl = Region->getDecl(); local
H A DDynamicTypeChecker.cpp146 const ObjCInterfaceDecl *Decl = ObjPtr->getInterfaceDecl(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp134 std::string getUSRForDecl(const Decl *Decl) { argument
H A DUSRLocFinder.cpp181 bool VisitNamedDecl(const NamedDecl *Decl) { argument
215 const NamedDecl *Decl local
250 const NamedDecl *Decl = Expr->getFoundDecl(); local
503 getOccurrencesOfUSRs(ArrayRef<std::string> USRs, StringRef PrevName, Decl *Decl) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h134 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) { argument
H A DObjCARCContract.cpp148 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); local
197 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV local
425 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); local
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp167 bool VisitCXXMethodDecl(CXXMethodDecl *Decl) { argument
268 ShouldSkip(CXXMethodDecl *Decl) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp622 std::string Decl; local
H A DParser.cpp557 std::string Decl = local
/freebsd-12-stable/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
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp87 NamedDecl *Decl = DRE->getDecl(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp225 OS << RetType << ' ' << Decl; local
231 OS << RetType << " DAGISEL_CLASS_COLONCOLON " << Decl << "\n"; local
222 BeginEmitFunction(raw_ostream &OS, StringRef RetType, StringRef Decl, bool AddOverride) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h107 llvm::DIType *Decl; member in struct:clang::DynamicInitKind::CGDebugInfo::ObjCInterfaceCacheEntry
109 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl, argument
[all...]
H A DCGRecordLayoutBuilder.cpp556 bool CGRecordLowering::hasOwnStorage(const CXXRecordDecl *Decl, argument
H A DCGCall.h77 const FunctionDecl *Decl; member in struct:clang::CodeGen::CGCallee::SpecialKind::BuiltinInfoStorage
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h649 const ClassTemplateDecl* Decl = Node.getSpecializedTemplate(); local
6304 AST_MATCHER_P_OVERLOAD(Decl, equalsNode, const Decl*, Other, 0) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp325 auto Decl = Intrinsic::getDeclaration(M, ID, Tys); local
333 auto Decl = Intrinsic::getDeclaration( local
342 auto Decl = Intrinsic::getDeclaration( local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp223 Decl *Decl = Actions.ParsedFreeStandingDeclSpec( local
[all...]

Completed in 360 milliseconds

123