/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/range.chunk.by.iter/ |
H A D | types.compile.pass.cpp | 29 using Underlying = View<Iter>; in operator ()() typedef
|
H A D | deref.pass.cpp | 30 using ChunkByView = std::ranges::chunk_by_view<Underlying, std::ranges::less_equal>; in test() typedef
|
H A D | compare.pass.cpp | 30 using Underlying = View<Iter, Sent>; in test() typedef
|
H A D | decrement.pass.cpp | 47 using Underlying = View<Iter, Sent>; in test() typedef
|
H A D | increment.pass.cpp | 38 using Underlying = View<Iterator, Sentinel>; in test() typedef
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.h | 119 Underlying, global() enumerator
|
H A D | SemanticHighlighting.cpp | 299 const Type *Underlying = T->getPointeeOrArrayElementType(); in isDefaultLibrary() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unused-local-non-trivial-variable.cpp | 17 T* Underlying; member in async::Ptr
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.cpp | 187 codeview::TypeIndex Underlying = Record->getUnderlyingType(); in getBuiltinType() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1020 InstrProfReaderIndexBase &Underlying; global() member in __anonda866f570211::InstrProfReaderNullRemapper 1023 InstrProfReaderNullRemapper(InstrProfReaderIndexBase & Underlying) InstrProfReaderNullRemapper() argument 1040 InstrProfReaderItaniumRemapper(std::unique_ptr<MemoryBuffer> RemapBuffer,InstrProfReaderIndex<HashTableImpl> & Underlying) InstrProfReaderItaniumRemapper() argument 1133 InstrProfReaderIndex<HashTableImpl> &Underlying; global() member in llvm::InstrProfReaderItaniumRemapper [all...] |
/llvm-project/clang/lib/Index/ |
H A D | IndexTypeSourceInfo.cpp | 63 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc() local
|
/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 302 TemplateName Underlying = QTN->getUnderlyingTemplate(); print() local [all...] |
H A D | ASTDiagnostic.cpp | 175 QualType Underlying; desugarForDiagnostic() local
|
H A D | Type.cpp | 3909 QualType Underlying, QualType can) in TypedefType() argument 3923 UsingType::UsingType(const UsingShadowDecl *Found, QualType Underlying, in UsingType() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 128 Underlying, // --attribute=underlying enumerator
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Representation.h | 390 TypeInfo Underlying; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 9484 QualType Underlying = ED->getIntegerType(); GetEnumUnderlyingType() local 9527 QualType Underlying = BaseType.getNonReferenceType(); BuiltinDecay() local 9603 QualType Underlying = GetEnumUnderlyingType(S, BaseType, Loc); ChangeIntegralSignedness() local 9663 QualType Underlying = BuiltinChangeSignedness() local [all...] |
H A D | SemaLambda.cpp | 1294 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); ActOnLambdaExpressionAfterIntroducer() local
|
H A D | SemaStmt.cpp | 4247 QualType Underlying = HandlerCHT.underlying(); ActOnCXXTryBlock() local
|
H A D | SemaLookup.cpp | 3819 auto *Underlying = D; ArgumentDependentLookup() local
|
H A D | TreeTransform.h | 1017 RebuildUsingType(UsingShadowDecl * Found,QualType Underlying) RebuildUsingType() argument 6497 QualType Underlying = getDerived().TransformType(T->desugar()); TransformUsingType() local 16202 RebuildTypeOfType(QualType Underlying,TypeOfKind Kind) RebuildTypeOfType() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1483 llvm::DIType *Underlying = CreateType() local 5968 if (const auto *Underlying = EmitNamespaceAlias() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3646 Value *Underlying = TrampMem->stripPointerCasts(); findInitTrampolineFromAlloca() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3324 NamedDecl *Underlying = nullptr; global() variable
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 865 CXType Underlying = clang_getTypedefDeclUnderlyingType(Referenced); in PrintCursor() local
|