OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInstantiationDependentType
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclarationName.cpp
452
return TInfo->getType()->
isInstantiationDependentType
();
454
return Name.getCXXNameType()->
isInstantiationDependentType
();
ExprConcepts.cpp
157
Dependent |= P->getType()->
isInstantiationDependentType
();
ComputeDependence.cpp
223
if (!E->getType()->
isInstantiationDependentType
())
467
else if (Type->
isInstantiationDependentType
())
477
if (T->
isInstantiationDependentType
())
Type.cpp
3276
if (ET->
isInstantiationDependentType
())
3829
if (!T->
isInstantiationDependentType
()) T->dump();
3830
assert(T->
isInstantiationDependentType
());
3936
assert(T->
isInstantiationDependentType
());
JSONNodeDumper.cpp
80
T->
isInstantiationDependentType
());
TextNodeDumper.cpp
220
else if (T->
isInstantiationDependentType
())
ExprCXX.cpp
1468
BaseType->
isInstantiationDependentType
()),
ItaniumMangle.cpp
2753
if (!T->
isInstantiationDependentType
() || T->isDependentType())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp
166
if (CXXRD->getTypeForDecl()->
isInstantiationDependentType
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp
1081
Requirement(RK_Type, T->getType()->
isInstantiationDependentType
(),
1088
Status(T->getType()->
isInstantiationDependentType
() ? SS_Dependent
SemaTemplateInstantiate.cpp
1199
if (T->
isInstantiationDependentType
() || T->isVariablyModifiedType())
2074
if (!T->getType()->
isInstantiationDependentType
() &&
2094
if (!TL.getType()->
isInstantiationDependentType
() &&
2123
if (!T->
isInstantiationDependentType
() && !T->isVariablyModifiedType())
2131
if (T->getType()->
isInstantiationDependentType
() ||
SemaTemplateInstantiateDecl.cpp
847
if (DI->getType()->
isInstantiationDependentType
() ||
1080
if (DI->getType()->
isInstantiationDependentType
() ||
1167
} else if (DI->getType()->
isInstantiationDependentType
()) {
3285
D->getType()->
isInstantiationDependentType
() ||
3374
D->getType()->
isInstantiationDependentType
() ||
5817
!cast<ParmVarDecl>(D)->getType()->
isInstantiationDependentType
())
SemaTemplate.cpp
5098
if (ArgType->getType()->
isInstantiationDependentType
()) {
5385
if (NTTPType->
isInstantiationDependentType
() &&
10767
return T.isNull() || !T->
isInstantiationDependentType
();
10820
if (!T || !T->getType()->
isInstantiationDependentType
())
SemaOpenMP.cpp
2970
if (QType->isDependentType() || QType->
isInstantiationDependentType
()) {
16075
Ty->
isInstantiationDependentType
() ||
16080
D->getType()->
isInstantiationDependentType
() ||
17531
if (Type->isDependentType() || Type->
isInstantiationDependentType
()) {
18834
Type->
isInstantiationDependentType
() ||
18839
D->getType()->
isInstantiationDependentType
() ||
SemaDeclAttr.cpp
4452
!FD->getReturnType()->
isInstantiationDependentType
()) {
SemaExpr.cpp
5169
DeclTy->
isInstantiationDependentType
();
6730
!FuncT->getReturnType()->
isInstantiationDependentType
())
SemaDecl.cpp
5514
if (T.isNull() || !T->
isInstantiationDependentType
()) break;
SemaOverload.cpp
2891
if (FromType->
isInstantiationDependentType
() &&
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
2176
bool
isInstantiationDependentType
() const {
Completed in 184 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026