Home
last modified time | relevance | path

Searched defs:Underlying (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp985 InstrProfReaderIndexBase &Underlying; global() member in __anon097211960211::InstrProfReaderNullRemapper
988 InstrProfReaderNullRemapper(InstrProfReaderIndexBase & Underlying) InstrProfReaderNullRemapper() argument
1005 InstrProfReaderItaniumRemapper(std::unique_ptr<MemoryBuffer> RemapBuffer,InstrProfReaderIndex<HashTableImpl> & Underlying) InstrProfReaderItaniumRemapper() argument
1098 InstrProfReaderIndex<HashTableImpl> &Underlying; global() member in llvm::InstrProfReaderItaniumRemapper
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp187 codeview::TypeIndex Underlying = Record->getUnderlyingType(); in getBuiltinType() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp63 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h128 Underlying, // --attribute=underlying enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9809 QualType Underlying = ED->getIntegerType(); GetEnumUnderlyingType() local
9852 QualType Underlying = BaseType.getNonReferenceType(); BuiltinDecay() local
9928 QualType Underlying = GetEnumUnderlyingType(S, BaseType, Loc); ChangeIntegralSignedness() local
9988 QualType Underlying = BuiltinChangeSignedness() local
[all...]
H A DSemaLambda.cpp1237 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); ActOnLambdaExpressionAfterIntroducer() local
H A DSemaStmt.cpp4545 QualType Underlying = HandlerCHT.underlying(); ActOnCXXTryBlock() local
H A DSemaLookup.cpp3885 auto *Underlying = D; ArgumentDependentLookup() local
H A DTreeTransform.h1002 RebuildUsingType(UsingShadowDecl * Found,QualType Underlying) RebuildUsingType() argument
6352 QualType Underlying = getDerived().TransformType(T->desugar()); TransformUsingType() local
15200 RebuildTypeOfType(QualType Underlying,TypeOfKind Kind) RebuildTypeOfType() argument
[all...]
H A DSemaOverload.cpp2348 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); IsIntegralPromotion() local
H A DSemaExpr.cpp19296 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); getParentOfCapturingContextOrNull() local
H A DSemaOpenMP.cpp19095 auto *Underlying = D; argumentDependentLookup() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3710 TypedefType(TypeClass tc,const TypedefNameDecl * D,QualType Underlying,QualType can) TypedefType() argument
3724 UsingType(const UsingShadowDecl * Found,QualType Underlying,QualType Canon) UsingType() argument
H A DASTDiagnostic.cpp175 QualType Underlying; in desugarForDiagnostic() local
H A DASTContext.cpp12983 getCommonSugarTypeNode(ASTContext & Ctx,const Type * X,const Type * Y,SplitQualType Underlying) getCommonSugarTypeNode() argument
13242 auto Underlying = SplitQualType( getCommonSugaredType() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1382 llvm::DIType *Underlying = CreateType() local
5785 if (const auto *Underlying = EmitNamespaceAlias() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3466 Value *Underlying = TrampMem->stripPointerCasts(); findInitTrampolineFromAlloca() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3317 NamedDecl *Underlying = nullptr; global() variable