OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeForDecl
(Results
1 - 25
of
44
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp
164
if (CXXRD->
getTypeForDecl
()->isDependentType())
166
if (CXXRD->
getTypeForDecl
()->isInstantiationDependentType())
315
Os << QualType::getAsString(RD->
getTypeForDecl
(), Qualifiers(),
DynamicTypePropagation.cpp
208
MD->getClassInterface()->
getTypeForDecl
()))
/src/external/apache2/llvm/dist/clang/lib/AST/
ComparisonCategories.cpp
168
return QualType(Record->
getTypeForDecl
(), 0);
DeclTemplate.cpp
668
return
getTypeForDecl
()->castAs<TemplateTypeParmType>()->getDepth();
672
return
getTypeForDecl
()->castAs<TemplateTypeParmType>()->getIndex();
676
return
getTypeForDecl
()->castAs<TemplateTypeParmType>()->isParameterPack();
1375
C.getTrivialTypeSourceInfo(QualType(T->
getTypeForDecl
(), 0));
1401
QualType(TemplateTypeParm->
getTypeForDecl
(), 0));
QualTypeNames.cpp
363
TD->
getTypeForDecl
());
DeclBase.cpp
1265
if (const auto *TagTy = dyn_cast<TagType>(Tag->
getTypeForDecl
())) {
1271
assert(isa<InjectedClassNameType>(Tag->
getTypeForDecl
()));
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTConsumers.cpp
108
TD->
getTypeForDecl
()->dump(Out, TD->getASTContext());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.cpp
105
MD->getType(), MD->getParent()->
getTypeForDecl
()));
CGObjCRuntime.cpp
60
QualType InterfaceTy{OID->
getTypeForDecl
(), 0};
ObjectFilePCHContainerOperations.cpp
92
QualType QualTy(D->
getTypeForDecl
(), 0);
CGDebugInfo.cpp
3051
if (!ED->
getTypeForDecl
()->isIncompleteType()) {
3052
Size = CGM.getContext().getTypeSize(ED->
getTypeForDecl
());
3094
if (!ED->
getTypeForDecl
()->isIncompleteType()) {
3095
Size = CGM.getContext().getTypeSize(ED->
getTypeForDecl
());
3510
getOrCreateType(QualType(PBase->
getTypeForDecl
(), 0),
3793
QualType QTy(ID->
getTypeForDecl
(), 0);
3835
QualType(OMethod->getClassInterface()->
getTypeForDecl
(), 0));
4663
type = QualType(RDecl->
getTypeForDecl
(), 0);
4855
assert(isa<EnumType>(ED->
getTypeForDecl
()) && "Enum without EnumType?");
4869
getOrCreateType(QualType(ED->
getTypeForDecl
(), 0), Unit)
[
all
...]
CGVTables.cpp
1274
QualType(AP1.first->
getTypeForDecl
(), 0), O1);
1280
QualType(AP2.first->
getTypeForDecl
(), 0), O2);
CGClass.cpp
2677
CGM.CreateMetadataIdentifierForType(QualType(RD->
getTypeForDecl
(), 0));
2786
CGM.CreateMetadataIdentifierForType(QualType(RD->
getTypeForDecl
(), 0));
2796
EmitCheckTypeDescriptor(QualType(RD->
getTypeForDecl
(), 0)),
2843
CGM.CreateMetadataIdentifierForType(QualType(RD->
getTypeForDecl
(), 0));
CodeGenTypes.cpp
260
if (TypeCache.count(ED->
getTypeForDecl
())) {
MicrosoftCXXABI.cpp
849
TypeInfo Info = getContext().getTypeInfo(RD->
getTypeForDecl
());
4216
QualType RTTITy = QualType(Class.RD->
getTypeForDecl
(), 0);
4374
performBaseAdjustment(CGF, This, QualType(RD->
getTypeForDecl
(), 0));
CGNonTrivialStruct.cpp
560
QualType RT = QualType(FD->getParent()->
getTypeForDecl
(), 0);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h
606
Visit(TD->
getTypeForDecl
());
RecursiveASTVisitor.h
1577
// We shouldn't traverse D->
getTypeForDecl
(); it's a result of
1809
if (D->
getTypeForDecl
())
1810
TRY_TO(TraverseType(QualType(D->
getTypeForDecl
(), 0)));
1818
// We shouldn't traverse D->
getTypeForDecl
(); it's a result of
1825
// We shouldn't traverse D->
getTypeForDecl
(); it's a result of
1844
// We shouldn't traverse D->
getTypeForDecl
(); it's a result of
1852
if (D->
getTypeForDecl
())
1853
TRY_TO(TraverseType(QualType(D->
getTypeForDecl
(), 0)));
1863
// We shouldn't traverse D->
getTypeForDecl
(); it's a result of
DeclTemplate.h
2221
assert(
getTypeForDecl
() && "partial specialization has no type set!");
2222
return cast<InjectedClassNameType>(
getTypeForDecl
())
/src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp
433
if (T->
getTypeForDecl
())
435
T->
getTypeForDecl
()->getCanonicalTypeInternal().getAsString(TypePP) +
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
173
return QualType(getDecl()->
getTypeForDecl
(), 0);
177
return QualType(getDecl()->
getTypeForDecl
(), 0);
SValBuilder.cpp
281
const Type *T = D->
getTypeForDecl
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
839
RT = TD->
getTypeForDecl
()->getAs<RecordType>();
SemaTemplateVariadic.cpp
307
return TTPD && TTPD->
getTypeForDecl
() == TTPT;
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
1186
const Type *TypeNode = ClassDecl->
getTypeForDecl
();
Completed in 93 milliseconds
1
2
Indexes created Tue Jun 09 00:24:00 UTC 2026