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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 237 /// getFnParent - Return the closest scope that is a function body.
238 const Scope *getFnParent() const { return FnParent; }
239 Scope *getFnParent() { return FnParent; }
377 if (const Scope *FnS = getFnParent()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 939 for (; S != S->getFnParent(); S = S->getParent()) {
SemaCodeComplete.cpp 4235 if (S->getFnParent())
4500 if (S->getFnParent() && !Data.ObjCCollection &&
6001 if (S->getFnParent())
9327 CodeCompleteOrdinaryName(S, S->getFnParent() ? Sema::PCC_RecoveryInFunction
SemaDecl.cpp 1479 if (getLangOpts().CPlusPlus && D->isOutOfLine() && !S->getFnParent())
6178 if (S->getFnParent() == nullptr) {
6906 if (!DC->isRecord() && S->getFnParent() == nullptr) {
7224 if (SC == SC_Static && S->getFnParent() != nullptr &&
7298 if (SC == SC_None && S->getFnParent() != nullptr &&
7322 if (S->getFnParent() != nullptr) {
SemaLookup.cpp 4113 Scope *S = CurScope->getFnParent();
SemaStmt.cpp 3936 CheckJumpOutOfSEHFinally(*this, ReturnLoc, *CurScope->getFnParent());
SemaDeclCXX.cpp 16562 DCScope = S->getFnParent();
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 1434 if (getCurScope()->getFnParent() == nullptr)
2813 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) {
ParseDeclCXX.cpp 148 getCurScope()->getFnParent()) {
ParseDecl.cpp 3142 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent())

Completed in 126 milliseconds