OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeclTy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
2810
llvm::Type *
DeclTy
= getTypes().ConvertTypeForMem(VD->getType());
2816
auto Ptr = llvm::ConstantExpr::getBitCast(Entry,
DeclTy
->getPointerTo(AS));
2821
if (isa<llvm::FunctionType>(
DeclTy
))
2822
Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(),
DeclTy
,
2826
Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
DeclTy
, 0, nullptr);
3300
llvm::Type *
DeclTy
= getTypes().ConvertType(FD->getType());
3304
DeclTy
= getTypes().GetFunctionType(FInfo);
3313
llvm::PointerType::get(
DeclTy
,
3317
ResolverType =
DeclTy
;
3349
MangledName,
DeclTy
, ExistingDecl
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
7374
const Type *
DeclTy
= PDecl->getType().getCanonicalType().getTypePtr();
7378
DeclTy
->isPipeType()) {
7380
<< AL << PDecl->getType() <<
DeclTy
->isImageType();
SemaExpr.cpp
5155
QualType
DeclTy
;
5160
DeclTy
= Context.IntTy;
5163
DeclTy
= GetTypeFromParser(D.Type, &TInfo);
5167
bool IsDeclTyDependent =
DeclTy
->isDependentType() ||
5168
DeclTy
->containsUnexpandedParameterPack() ||
5169
DeclTy
->isInstantiationDependentType();
5171
if (!
DeclTy
->isIntegralType(Context) && !
DeclTy
->isAnyPointerType()) {
5175
<<
DeclTy
;
5179
if (
DeclTy
.isConstant(Context))
[
all
...]
TreeTransform.h
10667
QualType
DeclTy
= getDerived().TransformType(D->getType());
10668
Data[I].Type = SemaRef.CreateParsedType(
DeclTy
, TSI);
Completed in 44 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026