Home
last modified time | relevance | path

Searched defs:Decl (Results 1 – 25 of 175) sorted by relevance

1234567

/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h159 getTypedefName(const TagDecl * Decl) getTypedefName() argument
175 getBases(const CXXRecordDecl * Decl) getBases() argument
230 VisitVarDecl(const VarDecl * Decl) VisitVarDecl() argument
290 VisitFunctionDecl(const FunctionDecl * Decl) VisitFunctionDecl() argument
356 VisitEnumDecl(const EnumDecl * Decl) VisitEnumDecl() argument
398 WalkUpFromFunctionDecl(const FunctionDecl * Decl) WalkUpFromFunctionDecl() argument
405 WalkUpFromRecordDecl(const RecordDecl * Decl) WalkUpFromRecordDecl() argument
412 WalkUpFromCXXRecordDecl(const CXXRecordDecl * Decl) WalkUpFromCXXRecordDecl() argument
419 WalkUpFromCXXMethodDecl(const CXXMethodDecl * Decl) WalkUpFromCXXMethodDecl() argument
426 WalkUpFromClassTemplateSpecializationDecl(const ClassTemplateSpecializationDecl * Decl) WalkUpFromClassTemplateSpecializationDecl() argument
434 WalkUpFromClassTemplatePartialSpecializationDecl(const ClassTemplatePartialSpecializationDecl * Decl) WalkUpFromClassTemplatePartialSpecializationDecl() argument
442 WalkUpFromVarTemplateDecl(const VarTemplateDecl * Decl) WalkUpFromVarTemplateDecl() argument
449 WalkUpFromVarTemplateSpecializationDecl(const VarTemplateSpecializationDecl * Decl) WalkUpFromVarTemplateSpecializationDecl() argument
457 WalkUpFromVarTemplatePartialSpecializationDecl(const VarTemplatePartialSpecializationDecl * Decl) WalkUpFromVarTemplatePartialSpecializationDecl() argument
464 WalkUpFromFunctionTemplateDecl(const FunctionTemplateDecl * Decl) WalkUpFromFunctionTemplateDecl() argument
471 WalkUpFromNamespaceDecl(const NamespaceDecl * Decl) WalkUpFromNamespaceDecl() argument
478 VisitNamespaceDecl(const NamespaceDecl * Decl) VisitNamespaceDecl() argument
509 VisitRecordDecl(const RecordDecl * Decl) VisitRecordDecl() argument
555 VisitCXXRecordDecl(const CXXRecordDecl * Decl) VisitCXXRecordDecl() argument
607 VisitCXXMethodDecl(const CXXMethodDecl * Decl) VisitCXXMethodDecl() argument
675 VisitCXXConstructorDecl(const CXXConstructorDecl * Decl) VisitCXXConstructorDecl() argument
707 VisitCXXDestructorDecl(const CXXDestructorDecl * Decl) VisitCXXDestructorDecl() argument
738 VisitConceptDecl(const ConceptDecl * Decl) VisitConceptDecl() argument
763 VisitClassTemplateSpecializationDecl(const ClassTemplateSpecializationDecl * Decl) VisitClassTemplateSpecializationDecl() argument
797 VisitClassTemplatePartialSpecializationDecl(const ClassTemplatePartialSpecializationDecl * Decl) VisitClassTemplatePartialSpecializationDecl() argument
829 VisitVarTemplateDecl(const VarTemplateDecl * Decl) VisitVarTemplateDecl() argument
875 VisitVarTemplateSpecializationDecl(const VarTemplateSpecializationDecl * Decl) VisitVarTemplateSpecializationDecl() argument
905 VisitVarTemplatePartialSpecializationDecl(const VarTemplatePartialSpecializationDecl * Decl) VisitVarTemplatePartialSpecializationDecl() argument
934 VisitFunctionTemplateDecl(const FunctionTemplateDecl * Decl) VisitFunctionTemplateDecl() argument
967 VisitObjCInterfaceDecl(const ObjCInterfaceDecl * Decl) VisitObjCInterfaceDecl() argument
1016 VisitObjCProtocolDecl(const ObjCProtocolDecl * Decl) VisitObjCProtocolDecl() argument
1053 VisitTypedefNameDecl(const TypedefNameDecl * Decl) VisitTypedefNameDecl() argument
1105 VisitObjCCategoryDecl(const ObjCCategoryDecl * Decl) VisitObjCCategoryDecl() argument
1213 VisitFieldDecl(const FieldDecl * Decl) VisitFieldDecl() argument
1247 VisitCXXConversionDecl(const CXXConversionDecl * Decl) VisitCXXConversionDecl() argument
[all...]
/freebsd-src/contrib/byacc/test/
H A Dbtyacc_demo.y25 typedef struct Decl { struct
29 } Decl; argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp57 for (const auto &Decl : Decls) in dump() local
65 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local
80 for (const auto &Decl : Decls) in getCodeRange() local
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp281 const TypedefNameDecl *Decl = TypedefTy->getDecl(); getFragmentsForType() local
378 const TagDecl *Decl = TagTy->getDecl(); getFragmentsForType() local
392 const auto *Decl = ObjCIT->getDecl(); getFragmentsForType() local
466 getFragmentsForNamespace(const NamespaceDecl * Decl) getFragmentsForNamespace() argument
1057 getFragmentsForClassTemplateSpecialization(const ClassTemplateSpecializationDecl * Decl) getFragmentsForClassTemplateSpecialization() argument
1077 getFragmentsForClassTemplatePartialSpecialization(const ClassTemplatePartialSpecializationDecl * Decl) getFragmentsForClassTemplatePartialSpecialization() argument
1099 getFragmentsForVarTemplateSpecialization(const VarTemplateSpecializationDecl * Decl) getFragmentsForVarTemplateSpecialization() argument
1118 getFragmentsForVarTemplatePartialSpecialization(const VarTemplatePartialSpecializationDecl * Decl) getFragmentsForVarTemplatePartialSpecialization() argument
1140 getFragmentsForFunctionTemplate(const FunctionTemplateDecl * Decl) getFragmentsForFunctionTemplate() argument
1156 getFragmentsForFunctionTemplateSpecialization(const FunctionDecl * Decl) getFragmentsForFunctionTemplateSpecialization() argument
1415 getFragmentsForTypedef(const TypedefNameDecl * Decl) getFragmentsForTypedef() argument
1438 getSubHeading(const NamedDecl * Decl) getSubHeading() argument
[all...]
H A DAvailabilityInfo.cpp
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.h29 const FieldDecl *Decl; member
37 const RecordDecl *Decl; member
114 const RecordDecl *Decl; global() variable
H A DRecord.cpp14 Record(const RecordDecl * Decl,BaseList && SrcBases,FieldList && SrcFields,VirtualBaseList && SrcVirtualBases,unsigned VirtualSize,unsigned BaseSize) Record() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DIssueHash.h14 class Decl; variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp327 auto *Decl = TemplateTypeParmDecl::Create( addTypeParameter() local
480 setupBufferType(CXXRecordDecl * Decl,Sema & S,ResourceClass RC,ResourceKind RK,bool IsROV) setupBufferType() argument
490 CXXRecordDecl *Decl; defineHLSLTypesWithForwardDeclarations() local
494 __anon8ee72b2e0202(CXXRecordDecl *Decl) defineHLSLTypesWithForwardDeclarations() argument
505 __anon8ee72b2e0302(CXXRecordDecl *Decl) defineHLSLTypesWithForwardDeclarations() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFinder.h26 class Decl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DRandstruct.h24 class Decl; variable
H A DODRHash.h29 class Decl; variable
H A DPrettyDeclStackTrace.h24 class Decl; variable
H A DCommentSema.h25 class Decl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugSuppression.h22 class Decl; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp182 bool VisitNamedDecl(const NamedDecl *Decl) { in VisitNamedDecl()
216 const NamedDecl *Decl = Expr->getFoundDecl(); in VisitMemberExpr() local
232 if (const FieldDecl *Decl = D.getFieldDecl()) { in VisitDesignatedInitExpr() local
270 const NamedDecl *Decl = Expr->getFoundDecl(); in VisitDeclRefExpr() local
522 StringRef PrevName, Decl *Decl) { in getOccurrencesOfUSRs() argument
/freebsd-src/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp30 bool VisitCXXMethodDecl(CXXMethodDecl *Decl) { in VisitCXXMethodDecl()
85 bool ShouldSkip(CXXMethodDecl *Decl) { in ShouldSkip()
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h25 class Decl; variable
H A DUSRGeneration.h17 class Decl; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.h24 class Decl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DEnterExpressionEvaluationContext.h16 class Decl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h33 class Decl; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp83 auto *Decl = in convertToLocalCopy() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DStandardLibrary.h26 class Decl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h248 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
269 AST_POLYMORPHIC_MATCHER(isExpansionInSystemHeader,AST_POLYMORPHIC_SUPPORTED_TYPES (Decl,Stmt,TypeLoc)) AST_POLYMORPHIC_MATCHER() argument
294 AST_POLYMORPHIC_MATCHER_REGEX(isExpansionInFileMatching,AST_POLYMORPHIC_SUPPORTED_TYPES (Decl,Stmt,TypeLoc),RegExp) AST_POLYMORPHIC_MATCHER_REGEX() argument
317 AST_POLYMORPHIC_MATCHER_P(isExpandedFromMacro,AST_POLYMORPHIC_SUPPORTED_TYPES (Decl,Stmt,TypeLoc),std::string,MacroName) AST_POLYMORPHIC_MATCHER_P() argument
632 AST_POLYMORPHIC_MATCHER(isPublic,AST_POLYMORPHIC_SUPPORTED_TYPES (Decl,CXXBaseSpecifier)) AST_POLYMORPHIC_MATCHER() argument
654 AST_POLYMORPHIC_MATCHER(isProtected,AST_POLYMORPHIC_SUPPORTED_TYPES (Decl,CXXBaseSpecifier)) AST_POLYMORPHIC_MATCHER() argument
677 AST_POLYMORPHIC_MATCHER(isPrivate,AST_POLYMORPHIC_SUPPORTED_TYPES (Decl,CXXBaseSpecifier)) AST_POLYMORPHIC_MATCHER() argument
754 const ClassTemplateDecl* Decl = Node.getSpecializedTemplate(); AST_MATCHER_P() local
762 AST_POLYMORPHIC_MATCHER(isImplicit,AST_POLYMORPHIC_SUPPORTED_TYPES (Decl,Attr,LambdaCapture)) AST_POLYMORPHIC_MATCHER() argument
1148 AST_MATCHER_P(TemplateArgument,refersToDeclaration,internal::Matcher<Decl>,InnerMatcher) AST_MATCHER_P() argument
4252 AST_MATCHER_P(DeclRefExpr,to,internal::Matcher<Decl>,InnerMatcher) AST_MATCHER_P() argument
4305 AST_MATCHER_P(OverloadExpr,hasAnyDeclaration,internal::Matcher<Decl>,InnerMatcher) AST_MATCHER_P() argument
4321 AST_MATCHER_P(DeclStmt,hasSingleDecl,internal::Matcher<Decl>,InnerMatcher) AST_MATCHER_P() argument
4729 AST_MATCHER_P2(DeclStmt,containsDeclaration,unsigned,N,internal::Matcher<Decl>,InnerMatcher) AST_MATCHER_P2() argument
5209 if (const auto *Decl = dyn_cast_or_null<FunctionDecl>(Context)) AST_MATCHER_P() local
5211 if (const auto *Decl = dyn_cast_or_null<BlockDecl>(Context)) AST_MATCHER_P() local
5213 if (const auto *Decl = dyn_cast_or_null<ObjCMethodDecl>(Context)) AST_MATCHER_P() local
5637 AST_POLYMORPHIC_MATCHER_P(equalsBoundNode,AST_POLYMORPHIC_SUPPORTED_TYPES (Stmt,Decl,Type,QualType),std::string,ID) AST_POLYMORPHIC_MATCHER_P() argument
6727 AST_MATCHER_FUNCTION(internal::Matcher<Decl>,isInstantiated) AST_MATCHER_FUNCTION() argument
7675 AST_MATCHER_P(Decl,hasDeclContext,internal::Matcher<Decl>,InnerMatcher) AST_MATCHER_P() argument
8087 AST_MATCHER(Decl,isInStdNamespace) AST_MATCHER() argument
8109 AST_MATCHER(Decl,isInAnonymousNamespace) AST_MATCHER() argument
8139 AST_MATCHER_P(Decl,hasAttr,attr::Kind,AttrKind) AST_MATCHER_P() argument
8336 AST_MATCHER_P(Stmt,forCallable,internal::Matcher<Decl>,InnerMatcher) AST_MATCHER_P() argument
[all...]

1234567