OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DependentExtIntType
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
345
DependentExtIntType
::
DependentExtIntType
(const ASTContext &Context,
351
bool
DependentExtIntType
::isUnsigned() const {
355
clang::Expr *
DependentExtIntType
::getNumBitsExpr() const {
359
void
DependentExtIntType
::Profile(llvm::FoldingSetNodeID &ID,
TypePrinter.cpp
1206
void TypePrinter::printDependentExtIntBefore(const
DependentExtIntType
*T,
1216
void TypePrinter::printDependentExtIntAfter(const
DependentExtIntType
*T,
ASTStructuralEquivalence.cpp
1217
const auto *Int1 = cast<
DependentExtIntType
>(T1);
1218
const auto *Int2 = cast<
DependentExtIntType
>(T2);
ASTContext.cpp
4443
DependentExtIntType
::Profile(ID, *this, IsUnsigned, NumBitsExpr);
4446
if (
DependentExtIntType
*Existing =
4451
DependentExtIntType
(*this, IsUnsigned, NumBitsExpr);
MicrosoftMangle.cpp
3350
void MicrosoftCXXNameMangler::mangleType(const
DependentExtIntType
*T,
ItaniumMangle.cpp
3959
void CXXNameMangler::mangleType(const
DependentExtIntType
*T) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp
2263
const auto *IntParam = cast<
DependentExtIntType
>(Param);
2282
if (const auto *IntArg = dyn_cast<
DependentExtIntType
>(Arg)) {
6079
cast<
DependentExtIntType
>(T)->getNumBitsExpr(),
TreeTransform.h
6405
const
DependentExtIntType
*EIT = TL.getTypePtr();
6425
if (isa<
DependentExtIntType
>(Result)) {
SemaTemplate.cpp
6159
const
DependentExtIntType
*T) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
2570
DependentExtIntType
> {};
RecursiveASTVisitor.h
1078
DEF_TRAVERSE_TYPE(
DependentExtIntType
,
1364
DEF_TRAVERSE_TYPELOC(
DependentExtIntType
, {
ASTContext.h
244
mutable llvm::FoldingSet<
DependentExtIntType
> DependentExtIntTypes;
Type.h
6338
class
DependentExtIntType
final : public Type, public llvm::FoldingSetNode {
6344
DependentExtIntType
(const ASTContext &Context, bool IsUnsigned,
Completed in 84 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026