HomeSort by relevance Sort by last modified time
    Searched refs:getLookupResult (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
DeclLookups.h 42 reference operator*() const { return It->second.getLookupResult(); }
43 pointer operator->() const { return It->second.getLookupResult(); }
DeclContextInternals.h 77 // at getLookupResult.
116 /// getLookupResult - Return an array of all the decls that this list
118 DeclContext::lookup_result getLookupResult() {
  /external/clang/lib/AST/
DeclBase.cpp 1026 return List.getLookupResult();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 327 milliseconds