OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExplicit
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
LambdaCapture.h
117
bool
isExplicit
() const { return !isImplicit(); }
DeclCXX.h
1817
bool
isExplicit
() const {
1885
bool
isExplicit
() const { return ExplicitSpec.
isExplicit
(); }
2470
CXXConstructorDeclBits.IsSimpleExplicit = ES.
isExplicit
();
2481
bool
isExplicit
() const { return getExplicitSpecifier().
isExplicit
(); }
2764
bool
isExplicit
() const { return getExplicitSpecifier().
isExplicit
(); }
ASTNodeTraverser.h
696
if (!C->
isExplicit
())
RecursiveASTVisitor.h
2522
if (C->
isExplicit
() || getDerived().shouldVisitImplicitCode()) {
Expr.h
4844
bool
isExplicit
() const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.cpp
38
bool Operand::
isExplicit
() const { return Info; }
55
return
isExplicit
() &&
60
return
isExplicit
() &&
152
if (Op.
isExplicit
() && !Op.isTied()) {
161
if (Op.
isExplicit
() && Op.isTied())
202
return Op.isReg() && Op.
isExplicit
() && Op.isMemory();
256
if (Op.
isExplicit
())
CodeTemplate.cpp
61
if (Op.
isExplicit
())
MCInstrDescView.h
67
bool
isExplicit
() const;
ParallelSnippetGenerator.cpp
191
if (Op.isReg() && Op.
isExplicit
() && Op.isDef() && !Op.isMemory()) {
204
if (Op.isReg() && Op.
isExplicit
() && Op.isUse() && !Op.isMemory()) {
SnippetGenerator.cpp
116
if (Op.
isExplicit
() && IT.getValueFor(Op).isReg())
195
if (ROV.Op->
isExplicit
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
UncountedLambdaCapturesChecker.cpp
78
if (Capture.
isExplicit
()) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/
Target.cpp
45
assert(Op.
isExplicit
() && "invalid memory pattern");
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/PowerPC/
Target.cpp
20
assert(Op.
isExplicit
() && "invalid memory pattern");
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
Target.cpp
220
if (Op.
isExplicit
() &&
226
if (Op.isReg() && Op.
isExplicit
() &&
240
assert(Op.
isExplicit
() && "invalid memory pattern");
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
275
if (!C->
isExplicit
())
528
this, TraversingASTNodeNotSpelledInSource || !C.
isExplicit
());
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
407
REGISTER_MATCHER(
isExplicit
);
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
804
: (Constructor->isUserProvided() || Constructor->
isExplicit
()))
1433
if (Captures[I].
isExplicit
())
2719
if (
isExplicit
() && !AllowExplicit)
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
7289
/// cxxConstructorDecl(
isExplicit
()) will match #2 and #8, but not #1, #7 or #9.
7290
/// cxxConversionDecl(
isExplicit
()) will match #4, but not #3.
7291
/// cxxDeductionGuideDecl(
isExplicit
()) will match #6, but not #5.
7292
AST_POLYMORPHIC_MATCHER(
isExplicit
, AST_POLYMORPHIC_SUPPORTED_TYPES(
7295
return Node.
isExplicit
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
6117
if (Conversion->
isExplicit
()) {
6339
if (!AllowExplicit && ExplicitSpecifier::getFromDecl(Function).
isExplicit
()) {
7068
return ExplicitSpecifier::getFromDecl(FTD->getTemplatedDecl()).
isExplicit
();
7285
if (Conversion->
isExplicit
() &&
7309
if (!AllowExplicit && Conversion->
isExplicit
()) {
8051
if (AllowExplicitConversions || !Conv->
isExplicit
()) {
11058
assert(ES.
isExplicit
() && "not an explicit candidate");
14514
if (!Conv->
isExplicit
()) {
SemaInit.cpp
543
CtorDecl->
isExplicit
() && R->getDeclName() &&
4194
if (IsListInit && !Kind.AllowExplicit() && CtorDecl->
isExplicit
()) {
7790
<< VD << VD->isInitCapture() << Elem.Capture->
isExplicit
()
10189
cast<CXXDeductionGuideDecl>(Best->Function)->
isExplicit
()) {
TreeTransform.h
12793
getSema().CheckCXXThisCapture(C->getLocation(), C->
isExplicit
(),
12951
getSema().CheckCXXThisCapture(C->getLocation(), C->
isExplicit
(),
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
1284
if (SP->
isExplicit
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
1774
if (CXXC->
isExplicit
())
1777
if (CXXC->
isExplicit
())
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
1961
bool
isExplicit
() const { return getFlags() & FlagExplicit; }
Completed in 356 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026