OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasQualifiers
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
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
()) ||
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026