HomeSort by relevance Sort by last modified time
    Searched defs:getFnParent (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {

Completed in 74 milliseconds