OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnderlyingTy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
8723
const Type *
UnderlyingTy
= PT->getPointeeOrArrayElementType();
8727
return getOpenCLKernelParameterType(S, QualType(
UnderlyingTy
, 0));
SemaDeclAttr.cpp
4002
QualType
UnderlyingTy
, DiagTy;
4004
UnderlyingTy
= DiagTy = VD->getType();
4006
UnderlyingTy
= DiagTy = Context.getTagDeclType(cast<TagDecl>(D));
4008
UnderlyingTy
= ED->getIntegerType();
4034
CharUnits NaturalAlign = Context.getTypeAlignInChars(
UnderlyingTy
);
Completed in 91 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026