OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCVRQualifiers
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
CanonicalType.h
119
unsigned
getCVRQualifiers
() const { return Stored.getLocalCVRQualifiers(); }
Type.h
206
bool hasCVRQualifiers() const { return
getCVRQualifiers
(); }
207
unsigned
getCVRQualifiers
() const { return Mask & CVRMask; }
601
unsigned
getCVRQualifiers
() const;
[
all
...]
Completed in 125 milliseconds