OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:splitType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
843
SplitQualType
splitType
= type.split();
846
QualType result = static_cast<Derived *>(this)->Visit(
splitType
.Ty);
852
return Ctx.getQualifiedType(result,
splitType
.Quals);
ASTContext.cpp
5714
SplitQualType
splitType
= type.getSplitUnqualifiedType();
5721
dyn_cast<ArrayType>(
splitType
.Ty->getUnqualifiedDesugaredType());
5723
// If we don't have an array, just use the results in
splitType
.
5725
quals =
splitType
.Quals;
5726
return QualType(
splitType
.Ty, 0);
5734
// can just use the results in
splitType
.
5737
quals =
splitType
.Quals;
5738
return QualType(
splitType
.Ty, 0);
5743
quals.addConsistentQualifiers(
splitType
.Quals);
Completed in 65 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026