OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ULE
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
1230
UnresolvedLookupExpr *
ULE
= nullptr;
1242
ULE
= cast<UnresolvedLookupExpr>(Callee.get());
1246
return BuildCXXFoldExpr(
ULE
, LParenLoc, LHS, Opc, EllipsisLoc, RHS, RParenLoc,
SemaTemplate.cpp
4760
UnresolvedLookupExpr *
ULE
4768
return
ULE
;
SemaDecl.cpp
1241
auto *
ULE
= cast<UnresolvedLookupExpr>(E);
1242
if ((*
ULE
->decls_begin())->isCXXClassMember()) {
1244
SS.Adopt(
ULE
->getQualifierLoc());
1247
LookupResult Result(*this,
ULE
->getName(),
ULE
->getNameLoc(),
1249
Result.setNamingClass(
ULE
->getNamingClass());
1250
for (auto I =
ULE
->decls_begin(), E =
ULE
->decls_end(); I != E; ++I)
1259
return
ULE
;
SemaExpr.cpp
3176
UnresolvedLookupExpr *
ULE
3183
return
ULE
;
6356
if (auto *
ULE
= dyn_cast<UnresolvedLookupExpr>(Fn)) {
6357
if (
ULE
->hasExplicitTemplateArgs() &&
6358
ULE
->decls_begin() ==
ULE
->decls_end()) {
6362
<<
ULE
->getName();
6453
if (UnresolvedLookupExpr *
ULE
= dyn_cast<UnresolvedLookupExpr>(ovl))
6455
Scope, Fn,
ULE
, LParenLoc, ArgExprs, RParenLoc, ExecConfig,
14887
if (UnresolvedLookupExpr *
ULE
= dyn_cast<UnresolvedLookupExpr>(E))
[
all
...]
TreeTransform.h
3680
ExprResult RebuildCXXFoldExpr(UnresolvedLookupExpr *
ULE
,
3686
return getSema().BuildCXXFoldExpr(
ULE
, LParenLoc, LHS, Operator,
9576
auto *
ULE
= cast<UnresolvedLookupExpr>(E);
9578
for (auto *D :
ULE
->decls()) {
9587
NameInfo, /*ADL=*/true,
ULE
->isOverloaded(),
9624
auto *
ULE
= cast<UnresolvedLookupExpr>(E);
9626
for (auto *D :
ULE
->decls()) {
9634
/*ADL=*/true,
ULE
->isOverloaded(), Decls.begin(), Decls.end()));
9669
auto *
ULE
= cast<UnresolvedLookupExpr>(E);
9671
for (auto *D :
ULE
->decls())
[
all
...]
/src/external/bsd/pcc/dist/pcc/mip/
node.h
182
#define
ULE
31
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp
4450
const UnresolvedLookupExpr *
ULE
= cast<UnresolvedLookupExpr>(E);
4451
mangleUnresolvedName(
ULE
->getQualifier(),
ULE
->getName(),
4452
ULE
->getTemplateArgs(),
ULE
->getNumTemplateArgs(),
Completed in 81 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026