Searched refs:LookupLabel (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/rtc_base/ |
D | http_common.cc | 61 const char* LookupLabel(int value, const ConstantToLabel entries[]) { in LookupLabel() function 75 if (const char* value = LookupLabel(err, err_table)) in GetErrorName()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 253 case Sema::LookupLabel: in getIDNS() 2078 case LookupLabel: in LookupQualifiedName() 3735 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, NotForRedeclaration); in LookupOrCreateLabel()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 252 case Sema::LookupLabel: in getIDNS() 2169 R.getLookupKind() == LookupLabel) in LookupQualifiedName() 4056 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, NotForRedeclaration); in LookupOrCreateLabel()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2709 LookupLabel, enumerator
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3790 LookupLabel, enumerator
|