Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp187 codeview::TypeIndex Underlying = Record->getUnderlyingType(); in getBuiltinType() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1020 InstrProfReaderIndexBase &Underlying; member in __anon630d17040211::InstrProfReaderNullRemapper
1023 InstrProfReaderNullRemapper(InstrProfReaderIndexBase &Underlying) in InstrProfReaderNullRemapper()
1040 InstrProfReaderIndex<HashTableImpl> &Underlying) in InstrProfReaderItaniumRemapper()
1133 InstrProfReaderIndex<HashTableImpl> &Underlying; member in llvm::InstrProfReaderItaniumRemapper
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp63 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp311 TemplateName Underlying = QTN->getUnderlyingTemplate(); in print() local
H A DASTDiagnostic.cpp175 QualType Underlying; in desugarForDiagnostic() local
H A DType.cpp3859 QualType Underlying, QualType can) in TypedefType()
3873 UsingType::UsingType(const UsingShadowDecl *Found, QualType Underlying, in UsingType()
H A DASTContext.cpp13495 SplitQualType Underlying) { in getCommonSugarTypeNode()
13782 auto Underlying = SplitQualType( in getCommonSugaredType() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h128 Underlying, // --attribute=underlying enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9540 QualType Underlying = ED->getIntegerType(); in GetEnumUnderlyingType() local
9583 QualType Underlying = BaseType.getNonReferenceType(); in BuiltinDecay() local
9659 QualType Underlying = GetEnumUnderlyingType(S, BaseType, Loc); in ChangeIntegralSignedness() local
9719 QualType Underlying = in BuiltinChangeSignedness() local
H A DSemaLambda.cpp1294 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in ActOnLambdaExpressionAfterIntroducer() local
H A DSemaTemplateInstantiate.cpp166 QualType Underlying = in isLambdaEnclosedByTypeAliasDecl() local
H A DSemaStmt.cpp4247 QualType Underlying = HandlerCHT.underlying(); in ActOnCXXTryBlock() local
H A DSemaLookup.cpp3819 auto *Underlying = D; in ArgumentDependentLookup() local
H A DTreeTransform.h1017 QualType RebuildUsingType(UsingShadowDecl *Found, QualType Underlying) { in RebuildUsingType()
6500 QualType Underlying = getDerived().TransformType(T->desugar()); in TransformUsingType() local
16233 QualType TreeTransform<Derived>::RebuildTypeOfType(QualType Underlying, in RebuildTypeOfType()
H A DSemaOverload.cpp2497 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion() local
H A DSemaExpr.cpp18282 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in getParentOfCapturingContextOrNull() local
H A DSemaOpenMP.cpp17895 auto *Underlying = D; in argumentDependentLookup() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1483 llvm::DIType *Underlying = in CreateType() local
5968 if (const auto *Underlying = in EmitNamespaceAlias() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3693 Value *Underlying = TrampMem->stripPointerCasts(); in findInitTrampolineFromAlloca() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3331 NamedDecl *Underlying = nullptr; variable