OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QualTy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp
85
QualType
QualTy
= Ctx.getTypeDeclType(D);
86
if (!
QualTy
.isNull() && CanRepresent(
QualTy
.getTypePtr()))
87
DI.getOrCreateStandaloneType(
QualTy
, D->getLocation());
92
QualType
QualTy
(D->getTypeForDecl(), 0);
93
if (!
QualTy
.isNull() && CanRepresent(
QualTy
.getTypePtr()))
94
DI.getOrCreateStandaloneType(
QualTy
, D->getLocation());
CGDebugInfo.h
220
llvm::DIType *CreateSelfType(const QualType &
QualTy
, llvm::DIType *Ty);
CGDebugInfo.cpp
4460
llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &
QualTy
,
4462
llvm::DIType *CachedTy = getTypeOrNull(
QualTy
);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
11097
/// sets integer
QualTy
according to specified details:
11103
CanQualType
QualTy
= getFromTargetType(Ty);
11104
if (!
QualTy
&& DestWidth == 128)
11106
return
QualTy
;
11110
/// sets floating point
QualTy
according to specified bitwidth.
Completed in 37 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026