OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnderlyingType
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyEnumDumper.cpp
40
auto
UnderlyingType
= Symbol.getUnderlyingType();
41
if (!
UnderlyingType
)
43
if (
UnderlyingType
->getBuiltinType() != PDB_BuiltinType::Int ||
44
UnderlyingType
->getLength() != 4) {
47
Dumper.start(*
UnderlyingType
);
MinimalTypeDumper.cpp
362
Enum.
UnderlyingType
);
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
JITSymbol.h
76
using
UnderlyingType
= uint8_t;
79
enum FlagNames :
UnderlyingType
{
167
UnderlyingType
getRawFlagsValue() const {
168
return static_cast<
UnderlyingType
>(Flags);
/src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp
718
QualType
UnderlyingType
= D->getUnderlyingType();
720
if (
UnderlyingType
.hasLocalQualifiers()) {
724
const auto *ElaboratedT = dyn_cast<ElaboratedType>(
UnderlyingType
);
1034
QualType
UnderlyingType
= T->getDecl()->getUnderlyingType();
1035
VisitQualifiers(
UnderlyingType
.getQualifiers());
1038
dyn_cast<TypedefType>(
UnderlyingType
.getTypePtr())) {
1039
UnderlyingType
= Underlying->getDecl()->getUnderlyingType();
1043
dyn_cast<ElaboratedType>(
UnderlyingType
.getTypePtr())) {
1044
UnderlyingType
= Underlying->getNamedType();
1050
AddType(
UnderlyingType
.getTypePtr())
[
all
...]
CommentSema.cpp
973
auto
UnderlyingType
= ThisTypedefDecl->getUnderlyingType();
974
if (auto ThisElaboratedType = dyn_cast<ElaboratedType>(
UnderlyingType
)) {
Type.cpp
3428
DecltypeType::DecltypeType(Expr *E, QualType
underlyingType
, QualType can)
3438
E(E),
UnderlyingType
(
underlyingType
) {}
3458
QualType
UnderlyingType
, UTTKind UKind,
3461
BaseType(BaseType),
UnderlyingType
(
UnderlyingType
), UKind(UKind) {}
ASTContext.cpp
5446
QualType ASTContext::getDecltypeType(Expr *e, QualType
UnderlyingType
) const {
5466
DecltypeType(e,
UnderlyingType
, QualType((DecltypeType *)Canon, 0));
5469
DecltypeType(e,
UnderlyingType
, getCanonicalType(
UnderlyingType
));
5478
QualType
UnderlyingType
,
5503
QualType CanonType = getCanonicalType(
UnderlyingType
);
5505
UnderlyingType
, Kind,
9602
QualType
underlyingType
= ET->getDecl()->getIntegerType();
9603
if (
underlyingType
.isNull())
9605
if (Context.hasSameType(
underlyingType
, other)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
RangedConstraintManager.h
108
using
UnderlyingType
= const ContainerType *;
109
UnderlyingType
Impl;
288
/* implicit */ RangeSet(
UnderlyingType
Ptr) : Impl(Ptr) {}
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp
299
const auto
UnderlyingType
=
301
return
UnderlyingType
?
UnderlyingType
->getLength() : 0;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
523
StringRef Name, StringRef UniqueName, TypeIndex
UnderlyingType
)
526
UnderlyingType
(
UnderlyingType
) {}
528
TypeIndex getUnderlyingType() const { return
UnderlyingType
; }
530
TypeIndex
UnderlyingType
;
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h
92
JITSymbolFlags::
UnderlyingType
JITFlags;
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DIBuilder.h
533
/// \param
UnderlyingType
Underlying type of a C++11/ObjC fixed enum.
539
DIType *
UnderlyingType
, StringRef UniqueIdentifier = "", bool IsScoped = false);
/src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp
517
DIType *
UnderlyingType
, StringRef UniqueIdentifier, bool IsScoped) {
520
getNonCompileUnitScope(Scope),
UnderlyingType
, SizeInBits, AlignInBits, 0,
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp
461
error(IO.mapInteger(Record.
UnderlyingType
, "
UnderlyingType
"));
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
4492
QualType
UnderlyingType
;
4497
DecltypeType(Expr *E, QualType
underlyingType
, QualType can = QualType());
4501
QualType getUnderlyingType() const { return
UnderlyingType
; }
4544
QualType
UnderlyingType
;
4556
QualType desugar() const { return
UnderlyingType
; }
4558
QualType getUnderlyingType() const { return
UnderlyingType
; }
ASTContext.h
1590
QualType getDecltypeType(Expr *e, QualType
UnderlyingType
) const;
1593
QualType getUnaryTransformType(QualType BaseType, QualType
UnderlyingType
,
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp
544
IO.mapRequired("
UnderlyingType
", Record.
UnderlyingType
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
15488
bool ScopedEnumUsesClassTag, TypeResult
UnderlyingType
,
15550
bool IsFixed = !
UnderlyingType
.isUnset() || ScopedEnum;
15553
if (
UnderlyingType
.isInvalid() || (!
UnderlyingType
.get() && ScopedEnum)) {
15557
} else if (
UnderlyingType
.get()) {
15561
GetTypeFromParser(
UnderlyingType
.get(), &TI);
SemaOverload.cpp
3935
QualType
UnderlyingType
= Enum->getIntegerType();
3936
if (S.Context.hasSameType(SCS.getToType(1),
UnderlyingType
))
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
3002
bool ScopedEnumUsesClassTag, TypeResult
UnderlyingType
,
Completed in 111 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026