OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FQT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
968
QualType
FQT
= I->getType();
969
if (isTypeIncompleteForLayout(
FQT
))
971
if (
FQT
->isDependentType())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
2293
static Qualifiers::GC GetGCAttrTypeForType(ASTContext &Ctx, QualType
FQT
,
2298
if (
FQT
.isObjCGCStrong())
2301
if (
FQT
.isObjCGCWeak())
2304
if (auto ownership =
FQT
.getObjCLifetime()) {
2318
if (
FQT
->isObjCObjectPointerType() ||
FQT
->isBlockPointerType())
2323
if (const PointerType *PT =
FQT
->getAs<PointerType>())
2477
/// block variable for the purpose of block layout meta-data generation.
FQT
is
2479
Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType
FQT
,
2482
if (auto lifetime =
FQT
.getObjCLifetime()
[
all
...]
Completed in 54 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026