OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getResultKind
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h
302
return
getResultKind
() == Ambiguous;
309
return
getResultKind
() == Found;
314
return
getResultKind
() == FoundOverloaded;
318
return
getResultKind
() == FoundUnresolvedValue;
321
LookupResultKind
getResultKind
() const {
508
if (
getResultKind
() != Found) return nullptr;
518
assert(
getResultKind
() == Found
531
return
getResultKind
() == Found && isa<TagDecl>(getFoundDecl());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
1015
switch (R.
getResultKind
()) {
SemaLookup.cpp
959
if (Result.
getResultKind
() == LookupResult::Found)
3382
assert(R.
getResultKind
() != LookupResult::Ambiguous &&
4387
switch (Result.
getResultKind
()) {
4466
switch (Result.
getResultKind
()) {
SemaDecl.cpp
374
switch (Result.
getResultKind
()) {
614
if (R.
getResultKind
() == LookupResult::Found)
905
switch (Result.
getResultKind
()) {
1455
if (Previous.
getResultKind
() == LookupResult::FoundOverloaded)
1458
return Previous.
getResultKind
() == LookupResult::Found &&
7556
if (R.
getResultKind
() != LookupResult::Found)
9516
Previous.
getResultKind
() != LookupResult::FoundOverloaded) &&
9668
Previous.
getResultKind
() != LookupResult::FoundOverloaded) &&
16704
switch (Previous.
getResultKind
()) {
SemaTemplate.cpp
5001
Result.
getResultKind
() ==
10599
switch (Result.
getResultKind
()) {
SemaExprObjC.cpp
2301
switch (Result.
getResultKind
()) {
SemaExpr.cpp
2492
(R.
getResultKind
() == LookupResult::NotFoundInCurrentInstantiation))
2501
if (R.
getResultKind
() == LookupResult::NotFoundInCurrentInstantiation)
2686
if (R.
getResultKind
() == LookupResult::NotFoundInCurrentInstantiation)
SemaExprCXX.cpp
8534
switch (R.
getResultKind
()) {
TreeTransform.h
1120
switch (Result.
getResultKind
()) {
1143
switch (Result.
getResultKind
()) {
SemaDeclCXX.cpp
17843
switch (Previous.
getResultKind
()) {
Completed in 84 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026