OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InnerRef
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
3323
const auto *
InnerRef
= T->getAs<ReferenceType>();
3328
if (!SpelledAsLValue ||
InnerRef
|| !T.isCanonical()) {
3329
QualType PointeeType = (
InnerRef
?
InnerRef
->getPointeeType() : T);
3359
const auto *
InnerRef
= T->getAs<ReferenceType>();
3364
if (
InnerRef
|| !T.isCanonical()) {
3365
QualType PointeeType = (
InnerRef
?
InnerRef
->getPointeeType() : T);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1654
unsigned
InnerRef
: 1;
2754
ReferenceTypeBits.
InnerRef
= Referencee->isReferenceType();
2759
bool isInnerRef() const { return ReferenceTypeBits.
InnerRef
; }
Completed in 31 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026