OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCVRQualifiers
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
132
unsigned
getCVRQualifiers
() const { return Stored.getLocalCVRQualifiers(); }
Type.h
207
unsigned CommonCRV = L.
getCVRQualifiers
() & R.
getCVRQualifiers
();
277
bool hasCVRQualifiers() const { return
getCVRQualifiers
(); }
278
unsigned
getCVRQualifiers
() const { return Mask & CVRMask; }
801
unsigned
getCVRQualifiers
() const;
6460
inline unsigned QualType::
getCVRQualifiers
() const {
Completed in 58 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026