| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 129 static BuiltinTypeDeclBuilder setupBufferType(CXXRecordDecl *Decl, Sema &S, in setupBufferType() 264 CXXRecordDecl *Decl; in defineHLSLTypesWithForwardDeclarations() local 274 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations() 286 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations() 298 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations() 309 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations() 320 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations() 334 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations() 345 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations() 356 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 158 StringRef getTypedefName(const TagDecl *Decl) { in getTypedefName() 175 SmallVector<SymbolReference> getBases(const CXXRecordDecl *Decl) { in getBases() 209 APIRecord::RecordKind getKindForDisplay(const CXXRecordDecl *Decl) { in getKindForDisplay() 277 bool ExtractAPIVisitorBase<Derived>::VisitVarDecl(const VarDecl *Decl) { in VisitVarDecl() 340 const FunctionDecl *Decl) { in VisitFunctionDecl() 408 bool ExtractAPIVisitorBase<Derived>::VisitEnumDecl(const EnumDecl *Decl) { in VisitEnumDecl() 456 const FunctionDecl *Decl) { in WalkUpFromFunctionDecl() 463 const RecordDecl *Decl) { in WalkUpFromRecordDecl() 470 const CXXRecordDecl *Decl) { in WalkUpFromCXXRecordDecl() 477 const CXXMethodDecl *Decl) { in WalkUpFromCXXMethodDecl() [all …]
|
| /freebsd/contrib/byacc/test/ |
| H A D | btyacc_demo.y | 25 typedef struct Decl { struct 29 } Decl; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugAbbrev.cpp | 56 for (const auto &Decl : Decls) in dump() local 64 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local 79 for (const auto &Decl : Decls) in getCodeRange() local
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 311 const TypedefNameDecl *Decl = TypedefTy->getDecl(); in getFragmentsForType() local 432 const TagDecl *Decl = TagTy->getDecl(); in getFragmentsForType() local 447 const auto *Decl = ObjCIT->getDecl(); in getFragmentsForType() local 521 const NamespaceDecl *Decl) { in getFragmentsForNamespace() 1232 const ClassTemplateSpecializationDecl *Decl) { in getFragmentsForClassTemplateSpecialization() 1257 const ClassTemplatePartialSpecializationDecl *Decl) { in getFragmentsForClassTemplatePartialSpecialization() 1280 const VarTemplateSpecializationDecl *Decl) { in getFragmentsForVarTemplateSpecialization() 1300 const VarTemplatePartialSpecializationDecl *Decl) { in getFragmentsForVarTemplatePartialSpecialization() 1323 const FunctionTemplateDecl *Decl) { in getFragmentsForFunctionTemplate() 1340 const FunctionDecl *Decl) { in getFragmentsForFunctionTemplateSpecialization() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Record.h | 29 const FieldDecl *Decl; member 38 const RecordDecl *Decl; member 120 const RecordDecl *Decl; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaSYCL.h | 24 class Decl; variable
|
| H A D | SemaHLSL.h | 67 const VarDecl *Decl; member 75 : Decl(Decl), ResClass(ResClass), Attr(Attr), BindType(BindType) {} in Decl() function
|
| H A D | SemaSwift.h | 23 class Decl; variable
|
| H A D | EnterExpressionEvaluationContext.h | 16 class Decl; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | IssueHash.h | 14 class Decl; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
| H A D | USRFinder.h | 26 class Decl; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Randstruct.h | 24 class Decl; variable
|
| H A D | ODRHash.h | 29 class Decl; variable
|
| H A D | PrettyDeclStackTrace.h | 24 class Decl; variable
|
| H A D | CommentSema.h | 25 class Decl; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 181 bool VisitNamedDecl(const NamedDecl *Decl) { in VisitNamedDecl() 215 const NamedDecl *Decl = Expr->getFoundDecl(); in VisitMemberExpr() local 231 if (const FieldDecl *Decl = D.getFieldDecl()) { in VisitDesignatedInitExpr() local 269 const NamedDecl *Decl = Expr->getFoundDecl(); in VisitDeclRefExpr() local 521 StringRef PrevName, Decl *Decl) { in getOccurrencesOfUSRs() argument
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 31 bool VisitCXXMethodDecl(CXXMethodDecl *Decl) { in VisitCXXMethodDecl() 86 bool ShouldSkip(CXXMethodDecl *Decl) { in ShouldSkip()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexingAction.h | 25 class Decl; variable
|
| H A D | USRGeneration.h | 17 class Decl; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugSuppression.h | 23 class Decl; variable
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.h | 25 class Decl; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ModuleBuilder.h | 37 class Decl; variable
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.h | 22 class Decl; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | StandardLibrary.h | 27 class Decl; variable
|