HomeSort by: relevance | last modified time | path
    Searched defs:Nominated (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 57 const DeclContext *Nominated;
61 UnqualUsingEntry(const DeclContext *Nominated,
63 : Nominated(Nominated), CommonAncestor(CommonAncestor) {
71 return Nominated;
107 // both the using-directive and the nominated namespace.
152 // Adds all the using directives in a context (and those nominated
182 // the nominated namespace.
1197 // Perform direct name lookup into the namespaces nominated by the
1271 // both the using-directive and the nominated namespace
    [all...]
SemaLookup.cpp 57 const DeclContext *Nominated;
61 UnqualUsingEntry(const DeclContext *Nominated,
63 : Nominated(Nominated), CommonAncestor(CommonAncestor) {
71 return Nominated;
107 // both the using-directive and the nominated namespace.
152 // Adds all the using directives in a context (and those nominated
182 // the nominated namespace.
1197 // Perform direct name lookup into the namespaces nominated by the
1271 // both the using-directive and the nominated namespace
    [all...]

Completed in 36 milliseconds