OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasTypeConstraint
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp
77
HasConstrainedParameters = TTP->
hasTypeConstraint
();
516
ID.AddBoolean(TTP->
hasTypeConstraint
());
621
bool
HasTypeConstraint
,
625
additionalSizeToAlloc<TypeConstraint>(
HasTypeConstraint
? 1 : 0))
627
HasTypeConstraint
, NumExpanded);
642
bool
HasTypeConstraint
) {
644
additionalSizeToAlloc<TypeConstraint>(
HasTypeConstraint
? 1 : 0))
646
nullptr, false,
HasTypeConstraint
, None);
683
assert(
HasTypeConstraint
&&
684
"
HasTypeConstraint
=true must be passed at construction in order to
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h
1188
bool
HasTypeConstraint
: 1;
1210
bool Typename, bool
HasTypeConstraint
,
1213
HasTypeConstraint
(
HasTypeConstraint
), TypeConstraintInitialized(false),
1224
bool
HasTypeConstraint
= false,
1230
bool
HasTypeConstraint
);
1236
/// type-constraint (see
hasTypeConstraint
()).
1238
return Typename && !
HasTypeConstraint
;
1354
bool
hasTypeConstraint
() const {
1355
return
HasTypeConstraint
;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
2903
if (TX->
hasTypeConstraint
() != TY->
hasTypeConstraint
())
3905
bool
HasTypeConstraint
= Record.readInt();
3907
HasTypeConstraint
);
3911
bool
HasTypeConstraint
= Record.readInt();
3913
HasTypeConstraint
);
3917
bool
HasTypeConstraint
= Record.readInt();
3920
HasTypeConstraint
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
1037
bool
HasTypeConstraint
) {
1046
HasTypeConstraint
);
2267
TTP->isParameterPack(), TTP->
hasTypeConstraint
(),
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
7455
ParsedType DefaultArg, bool
HasTypeConstraint
);
Completed in 54 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026