OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAtLeastAsQualifiedAs
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
CanonicalType.h
160
bool
isAtLeastAsQualifiedAs
(CanQual<T> Other) const {
161
return Stored.
isAtLeastAsQualifiedAs
(Other.Stored);
Type.h
809
bool
isAtLeastAsQualifiedAs
(QualType Other) const;
[
all
...]
Completed in 48 milliseconds