Searched refs:getCurScope (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DScopedHashTable.h208 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
209 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DScopedHashTable.h208 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
209 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DScopedHashTable.h210 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
211 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
H A DParser.h272 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2388 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2395 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
H A DParser.h274 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2411 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2418 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
H A DParser.h274 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2411 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2418 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
H A DParser.h278 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2427 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2434 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
H A DParser.h278 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2427 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2434 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
H A DParser.h278 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2427 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2434 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
H A DParser.h278 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2427 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2434 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
H A DParser.h272 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2388 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2395 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
H A DParser.h274 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2411 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2418 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
H A DParser.h274 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2411 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2418 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
H A DParser.h278 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2427 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2434 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);

Completed in 290 milliseconds

12