OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmediateInvocationCandidates
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
16473
ExprEvalContexts.back().
ImmediateInvocationCandidates
.emplace_back(Res, 0);
16566
Rec.
ImmediateInvocationCandidates
, It);
16586
if ((Rec.
ImmediateInvocationCandidates
.size() == 0 &&
16591
/// When we have more then 1
ImmediateInvocationCandidates
we need to check
16592
/// for nested
ImmediateInvocationCandidates
. when we have only 1 we only
16594
if (Rec.
ImmediateInvocationCandidates
.size() > 1) {
16604
for (auto It = Rec.
ImmediateInvocationCandidates
.rbegin();
16605
It != Rec.
ImmediateInvocationCandidates
.rend(); It++)
16608
} else if (Rec.
ImmediateInvocationCandidates
.size() == 1 &&
16619
Rec.
ImmediateInvocationCandidates
.front().getPointer()->getSubExpr())
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
1276
llvm::SmallVector<ImmediateInvocationCandidate, 4>
ImmediateInvocationCandidates
;
Completed in 50 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026