OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanonTy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
4399
MacroQualifiedType(QualType UnderlyingTy, QualType
CanonTy
,
4401
: Type(MacroQualified,
CanonTy
, UnderlyingTy->getDependence()),
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
3671
DependentSizedArrayType *
canonTy
=
3675
if (!
canonTy
) {
3676
canonTy
= new (*this, TypeAlignment)
3680
DependentSizedArrayTypes.InsertNode(
canonTy
, insertPos);
3681
Types.push_back(
canonTy
);
3685
QualType canon = getQualifiedType(QualType(
canonTy
,0),
3691
canonTy
->getSizeExpr() == numElements)
3966
QualType
CanonTy
= getDependentVectorType(CanonVecTy, SizeExpr,
3969
*this, VecType,
CanonTy
, SizeExpr, AttrLoc, VecKind);
4134
DependentAddressSpaceType *
canonTy
[
all
...]
Completed in 32 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026