OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAmbiguous
(Results
1 - 20
of
20
) sorted by null
/external/clang/include/clang/Sema/
Lookup.h
223
bool
isAmbiguous
() const {
249
assert(
isAmbiguous
());
570
if (
isAmbiguous
())
Overload.h
464
bool
isAmbiguous
() const { return getKind() == AmbiguousConversion; }
651
if (I->
isAmbiguous
()) return true;
Initialization.h
734
bool
isAmbiguous
() const;
[
all
...]
/external/clang/include/clang/AST/
CXXInheritance.h
200
bool
isAmbiguous
(CanQualType BaseType);
/external/clang/lib/Parse/
ParseTentative.cpp
295
bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &
isAmbiguous
) {
297
isAmbiguous
= false;
343
isAmbiguous
= true;
352
isAmbiguous
= true;
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
[
all
...]
/external/clang/lib/Sema/
SemaExprCXX.cpp
158
if (Found.
isAmbiguous
())
801
if (ops.
isAmbiguous
()) return false;
[
all
...]
SemaCXXScopeSpec.cpp
306
assert(!Found.
isAmbiguous
() && "Cannot handle ambiguities here yet");
[
all
...]
SemaExceptionSpec.cpp
600
if (Paths.
isAmbiguous
(Context.getCanonicalType(CanonicalSuperT)))
SemaCXXCast.cpp
[
all
...]
SemaExprMember.cpp
803
if (R.
isAmbiguous
())
[
all
...]
SemaTemplate.cpp
161
if (R.
isAmbiguous
()) {
[
all
...]
SemaLookup.cpp
466
if (
isAmbiguous
()) Out << ", ambiguous";
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaDecl.cpp
623
if (!Result.
isAmbiguous
()) {
[
all
...]
SemaExpr.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
SemaInit.cpp
[
all
...]
/external/clang/lib/AST/
CXXInheritance.cpp
49
///
isAmbiguous
- Determines whether the set of paths provided is
53
bool CXXBasePaths::
isAmbiguous
(CanQualType BaseType) {
/external/icu4c/test/cintltst/
nucnvtst.c
[
all
...]
Completed in 456 milliseconds