HomeSort by: relevance | last modified time | path
    Searched refs:PushUsingDirective (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 496 void PushUsingDirective(UsingDirectiveDecl *UDir) {
Sema.h 5667 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 11510 PushUsingDirective(S, UDir);
11521 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) {
11531 S->PushUsingDirective(UDir);

Completed in 44 milliseconds