/llvm-project/llvm/docs/ |
H A D | Extensions.rst | 288 ``SHT_LLVM_DEPENDENT_LIBRARIES`` Section (Dependent Libraries) argument 37 RelocationsX86/COFF-Dependent global() argument 74 ``.linkonce`` DirectiveX86/COFF-Dependent global() argument 111 ``.section`` DirectiveX86/COFF-Dependent global() argument 188 RelocationsARM64/COFF-Dependent global() argument 212 ``.section`` DirectiveELF-Dependent global() argument 248 ``.linker-options`` Section (linker options)ELF-Dependent global() argument 308 ``SHT_LLVM_CALL_GRAPH_PROFILE`` Section (Call Graph Profile)ELF-Dependent global() argument 352 ``SHT_LLVM_ADDRSIG`` Section (address-significance table)ELF-Dependent global() argument 383 ``SHT_LLVM_SYMPART`` Section (symbol partition specification)ELF-Dependent global() argument 399 ``SHT_LLVM_BB_ADDR_MAP`` Section (basic block address map)ELF-Dependent global() argument 538 ``SHT_LLVM_OFFLOADING`` Section (offloading data)ELF-Dependent global() argument 550 ``SHT_LLVM_LTO`` Section (LLVM bitcode for fat LTO)ELF-Dependent global() argument 560 ``.cv_file`` DirectiveCodeView-Dependent global() argument 565 ``.cv_func_id`` DirectiveCodeView-Dependent global() argument 572 ``.cv_inline_site_id`` DirectiveCodeView-Dependent global() argument 581 ``.cv_loc`` DirectiveCodeView-Dependent global() argument 591 ``.cv_linetable`` DirectiveCodeView-Dependent global() argument 596 ``.cv_inline_linetable`` DirectiveCodeView-Dependent global() argument 601 ``.cv_def_range`` DirectiveCodeView-Dependent global() argument 608 ``.cv_stringtable`` DirectiveCodeView-Dependent global() argument 611 ``.cv_filechecksums`` DirectiveCodeView-Dependent global() argument 614 ``.cv_filechecksumoffset`` DirectiveCodeView-Dependent global() argument 619 ``.cv_fpo_data`` DirectiveCodeView-Dependent global() argument
|
/llvm-project/clang/test/Sema/ |
H A D | generic-selection-type-extension.c | 93 struct Dependent { struct
|
H A D | attr-nonblocking-syntax.cpp | 63 struct Dependent { global() struct
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConcepts.cpp | 90 ConceptSpecializationExpr(C, Loc, SpecDecl, Satisfaction, Dependent, in Create() argument 69 ConceptSpecializationExpr(const ASTContext & C,ConceptReference * Loc,ImplicitConceptSpecializationDecl * SpecDecl,const ConstraintSatisfaction * Satisfaction,bool Dependent,bool ContainsUnexpandedParameterPack) ConceptSpecializationExpr() argument 131 bool Dependent = false; RequiresExpr() local [all...] |
H A D | DeclBase.cpp | 2138 bool Dependent = isDependentContext(); CreateStoredDeclsMap() local 2157 DestroyAll(StoredDeclsMap * Map,bool Dependent) DestroyAll() argument
|
H A D | ItaniumMangle.cpp | 2233 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); mangleTemplatePrefix() local 2358 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); mangleType() local [all...] |
/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/ |
H A D | p1.cpp | 41 template<typename T> struct Dependent { global() struct 47 UDependent global() argument 48 template struct Dependent<Good>; global() variable 51 template struct Dependent<Bad>; // expected-note {{in instantiation of}} global() variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-range-loop-analysis.cpp | 468 Container<T> Dependent; in test_template_function() local 482 Container<T> Dependent; in static_member() local 493 Container<T> Dependent; in member() local 516 Container<T> Dependent; in template_member() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DependenceFlags.h | 64 Dependent = 4, enumerator 125 Dependent = Type | Value, in LLVM_COMMON_DEPENDENCE() enumerator [all...] |
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ForwardingReferenceOverloadCheck.cpp | 37 BaseType = Dependent->getQualifier()->getAsType(); in AST_MATCHER() local
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | ModularizeUtilities.cpp | 182 SmallString<256> Dependent; in loadSingleHeaderListsAndDependencies() local
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p1.cpp | 146 namespace Dependent { namespace
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 365 addSymbolDependency(const SymbolRef Primary,const SymbolRef Dependent) addSymbolDependency() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-equals-default-copy.cpp | 304 typename T::TT Dependent; member
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticHighlighting.cpp | 324 enum HighlightPriority { Dependent = 0, Resolved = 1 }; in evaluateHighlightPriority() enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 155 bool Dependent; global() member
|
H A D | SemaConcept.cpp | 1686 bool Dependent = ReturnTypeRequirement() local
|
H A D | SemaExprCXX.cpp | 5860 bool Dependent = false; BuildTypeTrait() local
|
H A D | SemaExpr.cpp | 15670 bool Dependent = ArgTy->isDependentType(); BuildBuiltinOffsetOf() local 17728 Dependent, global() enumerator
|
H A D | SemaChecking.cpp | 4923 bool Dependent = false; BuiltinComplex() local
|
H A D | SemaDeclCXX.cpp | 4641 bool Dependent = CurContext->isDependentContext() && BuildBaseInitializer() local
|
H A D | TreeTransform.h | 8958 bool Dependent = false; TransformMSDependentExistsStmt() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 481 Dependent // effect(expr) where expr is dependent. global() enumerator 3388 mightBeIntendedToBeTemplateName(ExprResult E,bool & Dependent) mightBeIntendedToBeTemplateName() argument
|