Searched defs:LookupResult (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DFileSystemStatCache.h36 enum LookupResult { enum in class:clang::FileSystemStatCache
69 virtual LookupResult getStat(const char *Path, struct stat &StatBuf,
72 LookupResult statChained(const char *Path, struct stat &StatBuf,
97 virtual LookupResult getStat(const char *Path, struct stat &StatBuf,
/external/v8/src/
H A Dproperty.h193 class LookupResult BASE_EMBEDDED {
195 explicit LookupResult(Isolate* isolate) function in class:v8::internal::BASE_EMBEDDED
205 ~LookupResult() {
388 LookupResult* next_;
/external/clang/include/clang/Sema/
H A DLookup.h10 // This file defines the LookupResult class, which is integral to
25 /// An instance of the LookupResult class captures the results of a
30 class LookupResult { class in namespace:clang
129 LookupResult(Sema &SemaRef, const DeclarationNameInfo &NameInfo, function in class:clang::LookupResult
149 LookupResult(Sema &SemaRef, DeclarationName Name, function in class:clang::LookupResult
169 LookupResult(TemporaryToken _, const LookupResult &Other) function in class:clang::LookupResult
182 ~LookupResult() {
367 void addAllDecls(const LookupResult &Other) {
528 LookupResult
[all...]

Completed in 118 milliseconds