OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeOrNull
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
1085
if (llvm::DIType *T =
getTypeOrNull
(CGM.getContext().getRecordType(RD)))
2437
llvm::DIType *T =
getTypeOrNull
(Ty);
2444
llvm::DIType *T = cast_or_null<llvm::DIType>(
getTypeOrNull
(QualType(Ty, 0)));
3204
llvm::DIType *CGDebugInfo::
getTypeOrNull
(QualType Ty) {
3245
if (auto *T =
getTypeOrNull
(Ty))
3383
auto *T = cast_or_null<llvm::DICompositeType>(
getTypeOrNull
(QTy));
3423
getTypeOrNull
(CGM.getContext().getRecordType(RD)));
4462
llvm::DIType *CachedTy =
getTypeOrNull
(QualTy);
CGDebugInfo.h
225
llvm::DIType *
getTypeOrNull
(const QualType);
Completed in 51 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026