OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasQualifiers
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h
159
if (!SQT.Quals.
hasQualifiers
())
CanonicalType.h
135
bool
hasQualifiers
() const { return Stored.hasLocalQualifiers(); }
Type.h
422
bool
hasQualifiers
() const { return Mask; }
551
explicit operator bool() const { return
hasQualifiers
(); }
775
bool
hasQualifiers
() const;
5284
assert(!TST.
hasQualifiers
());
6502
inline bool QualType::
hasQualifiers
() const {
6631
return ((getTypePtr()->isVoidType() && !
hasQualifiers
()) ||
/src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp
508
if (T->getIndexTypeQualifiers().
hasQualifiers
()) {
544
if (T->getIndexTypeQualifiers().
hasQualifiers
()) {
ExprClassification.cpp
50
else if (TR->isVoidType() && !TR.
hasQualifiers
())
ASTContext.cpp
9434
UnqualifiedResult = (!RHS.
hasQualifiers
() && LHS.
hasQualifiers
());
ItaniumMangle.cpp
6353
assert(!Ty.
hasQualifiers
() && "RTTI info cannot have top-level qualifiers");
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp
1493
if (Arg->isFunctionType() && Param.
hasQualifiers
()) {
3852
if (ParamType.
hasQualifiers
())
SemaType.cpp
4979
(T.
hasQualifiers
() || !isa<AutoType>(T) ||
5245
if (ParamTy.
hasQualifiers
())
9025
else if (T.
hasQualifiers
())
SemaInit.cpp
5366
else if (DestType.
hasQualifiers
())
9189
else if (DroppedQualifiers.
hasQualifiers
())
SemaTemplate.cpp
4126
return TPT && !Type.
hasQualifiers
() &&
6862
assert(!ParamType.
hasQualifiers
() &&
SemaDeclObjC.cpp
719
if (qual || typeBound.
hasQualifiers
()) {
SemaExpr.cpp
677
if (T.
hasQualifiers
())
3321
!type.
hasQualifiers
() &&
5586
if (!ResultType.
hasQualifiers
()) VK = VK_RValue;
SemaExprCXX.cpp
3932
if (!ToPtrType->getPointeeType().
hasQualifiers
()) {
SemaOverload.cpp
2791
!RHS.
hasQualifiers
() && LHS.
hasQualifiers
())
SemaDeclAttr.cpp
1340
if (!T.
hasQualifiers
() && T->isTypedefNameType()) {
SemaDecl.cpp
16827
T.
hasQualifiers
()) {
SemaDeclCXX.cpp
10860
} else if (!RetTy.
hasQualifiers
() && RetTy->isDependentType()) {
SemaOpenMP.cpp
19278
if (ReductionType.
hasQualifiers
()) {
Completed in 145 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026