Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp640 DeclContext *Sema::getFunctionLevelDeclContext() { in getFunctionLevelDeclContext() function in Sema
661 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionDecl()
666 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()
671 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
DSemaExprMember.cpp102 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()
197 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
DSemaExprObjC.cpp1012 DeclContext *DC = getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
DSemaExprCXX.cpp656 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()
DSemaTemplate.cpp410 DeclContext *DC = getFunctionLevelDeclContext(); in ActOnDependentIdExpression()
DTreeTransform.h7138 DeclContext *DC = getSema().getFunctionLevelDeclContext(); in TransformCXXThisExpr()
/external/clang/include/clang/Sema/
DSema.h1403 DeclContext *getFunctionLevelDeclContext();