OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnderlyingType
(Results
1 - 25
of
68
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeEnum.h
44
getUnderlyingType
)
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyEnumDumper.cpp
40
auto UnderlyingType = Symbol.
getUnderlyingType
();
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtIterator.cpp
86
FindVA(TD->
getUnderlyingType
().getTypePtr())) {
ODRHash.cpp
350
AddQualType(D->
getUnderlyingType
());
718
QualType UnderlyingType = D->
getUnderlyingType
();
845
AddQualType(T->
getUnderlyingType
());
1034
QualType UnderlyingType = T->getDecl()->
getUnderlyingType
();
1039
UnderlyingType = Underlying->getDecl()->
getUnderlyingType
();
1063
AddQualType(T->
getUnderlyingType
());
1096
AddQualType(T->
getUnderlyingType
());
ASTImporterLookupTable.cpp
27
QualType Ty = D->
getUnderlyingType
();
ASTStructuralEquivalence.cpp
942
Context, cast<MacroQualifiedType>(T1)->
getUnderlyingType
(),
943
cast<MacroQualifiedType>(T2)->
getUnderlyingType
()))
962
cast<TypeOfType>(T1)->
getUnderlyingType
(),
963
cast<TypeOfType>(T2)->
getUnderlyingType
()))
969
Context, cast<UnaryTransformType>(T1)->
getUnderlyingType
(),
970
cast<UnaryTransformType>(T2)->
getUnderlyingType
()))
1837
return IsStructurallyEquivalent(Context, D1->
getUnderlyingType
(),
1838
D2->
getUnderlyingType
());
Type.cpp
1282
return typeParam->
getUnderlyingType
();
1288
typeParam->
getUnderlyingType
()->castAs<ObjCObjectPointerType>();
1293
return typeParam->
getUnderlyingType
();
1865
return Visit(T->
getUnderlyingType
());
3388
return getDecl()->
getUnderlyingType
();
3391
QualType MacroQualifiedType::desugar() const { return
getUnderlyingType
(); }
3396
QualType Inner = cast<AttributedType>(
getUnderlyingType
())->getModifiedType();
3444
return
getUnderlyingType
();
4182
AttrTy = MacroTy->
getUnderlyingType
();
CommentSema.cpp
848
QualType Type = TD->
getUnderlyingType
();
973
auto UnderlyingType = ThisTypedefDecl->
getUnderlyingType
();
JSONNodeDumper.cpp
722
JOS.attribute("type", createQualType(TD->
getUnderlyingType
()));
727
JOS.attribute("type", createQualType(TAD->
getUnderlyingType
()));
939
JOS.attribute("type", createQualType(D->
getUnderlyingType
()));
TextNodeDumper.cpp
1538
dumpType(D->
getUnderlyingType
());
1845
dumpType(D->
getUnderlyingType
());
2178
dumpType(D->
getUnderlyingType
());
TypeLoc.cpp
505
getUnderlyingType
(), Loc);
DeclPrinter.cpp
178
return TDD->
getUnderlyingType
();
1266
Out << " : " << Param->
getUnderlyingType
().getAsString(Policy);
FormatString.cpp
1002
QualType T = Typedef->
getUnderlyingType
();
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CocoaConventions.cpp
34
RetTy = TD->getDecl()->
getUnderlyingType
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NonnullGlobalConstantsChecker.cpp
113
Ty = TT->getDecl()->
getUnderlyingType
();
VLASizeChecker.cpp
265
TypeToCheck = TND->
getUnderlyingType
().getCanonicalType();
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp
182
Session.getSymbolCache().findSymbolByTypeIndex(Record->
getUnderlyingType
());
184
codeview::TypeIndex Underlying = Record->
getUnderlyingType
();
298
Record->
getUnderlyingType
());
345
Record->
getUnderlyingType
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
532
LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(
getUnderlyingType
)
538
LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(
getUnderlyingType
)
545
LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(
getUnderlyingType
)
ASTNodeTraverser.h
390
void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->
getUnderlyingType
()); }
512
Visit(D->
getUnderlyingType
());
TypeLoc.h
1101
QualType getInnerType() const { return getTypePtr()->
getUnderlyingType
(); }
1973
QualType
getUnderlyingType
() const {
1974
return this->getTypePtr()->
getUnderlyingType
();
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp
60
TagDecl *Underlying = ND->
getUnderlyingType
()->getAsTagDecl();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
588
QualType T = TDecl->
getUnderlyingType
();
915
if (S.Context.hasSameType(prevTypeParam->
getUnderlyingType
(),
916
newTypeParam->
getUnderlyingType
()))
925
<< newTypeParam->
getUnderlyingType
()
928
<< prevTypeParam->
getUnderlyingType
()
933
prevTypeParam->
getUnderlyingType
().getAsString(
954
= " : " + prevTypeParam->
getUnderlyingType
().getAsString(
958
<< prevTypeParam->
getUnderlyingType
()
1043
Context.getTrivialTypeSourceInfo(typeParam->
getUnderlyingType
())));
1121
QualType T = TDecl->
getUnderlyingType
();
[
all
...]
SemaCXXScopeSpec.cpp
334
if (TD->
getUnderlyingType
()->isRecordType())
336
if (TD->
getUnderlyingType
()->isEnumeralType()) {
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
151
/// `getType` and a TypedefNameDecl node through `
getUnderlyingType
`.
152
inline QualType
getUnderlyingType
(const Expr &Node) { return Node.getType(); }
154
inline QualType
getUnderlyingType
(const ValueDecl &Node) {
157
inline QualType
getUnderlyingType
(const TypedefNameDecl &Node) {
158
return Node.
getUnderlyingType
();
160
inline QualType
getUnderlyingType
(const FriendDecl &Node) {
165
inline QualType
getUnderlyingType
(const CXXBaseSpecifier &Node) {
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
230
if (isTopLevelBlockPointerType(TD->
getUnderlyingType
()))
232
else if (TD->
getUnderlyingType
()->isFunctionPointerType())
233
CheckFunctionPointerDecl(TD->
getUnderlyingType
(), TD);
2221
Type = TD->
getUnderlyingType
();
4886
DeclT = TDD->
getUnderlyingType
();
5618
if (isTopLevelBlockPointerType(TD->
getUnderlyingType
()))
5620
else if (TD->
getUnderlyingType
()->isFunctionPointerType())
5621
CheckFunctionPointerDecl(TD->
getUnderlyingType
(), TD);
5796
if (isTopLevelBlockPointerType(TD->
getUnderlyingType
()))
5798
else if (TD->
getUnderlyingType
()->isFunctionPointerType()
[
all
...]
Completed in 42 milliseconds
1
2
3
Indexes created Mon Jun 08 00:24:58 UTC 2026