Home
last modified time | relevance | path

Searched refs:getFnParent (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h170 const Scope *getFnParent() const { return FnParent; } in getFnParent() function
171 Scope *getFnParent() { return FnParent; } in getFnParent() function
243 if (const Scope *FnS = getFnParent()) { in isInCXXInlineMethodScope()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3195 if (S->getFnParent()) in CodeCompleteOrdinaryName()
3339 if (S->getFnParent() && in CodeCompleteExpression()
3956 if (S->getFnParent()) in CodeCompleteAfterIf()
7153 S->getFnParent()? Sema::PCC_RecoveryInFunction in CodeCompleteInPreprocessorConditionalExclusion()
DSemaDecl.cpp3980 if (S->getFnParent() == 0) { in CheckTypedefForVariablyModifiedType()
4181 if (!DC->isRecord() && S->getFnParent() == 0) { in ActOnVariableDeclarator()
4334 if (SC == SC_None && S->getFnParent() != 0 && in ActOnVariableDeclarator()
4349 if (S->getFnParent() != 0) { in ActOnVariableDeclarator()
DSemaLookup.cpp3127 Scope *S = CurScope->getFnParent(); in LookupOrCreateLabel()
/external/clang/lib/Parse/
DParseExpr.cpp990 if (getCurScope()->getFnParent() == 0) in ParseCastExpression()
DParseDeclCXX.cpp112 getCurScope()->getFnParent()) { in ParseNamespace()
DParseDecl.cpp2182 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()