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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1291 DeclContext *Sema::getFunctionLevelDeclContext() { function in class:Sema
1313 DeclContext *DC = getFunctionLevelDeclContext();
1318 DeclContext *DC = getFunctionLevelDeclContext();
1325 DeclContext *DC = getFunctionLevelDeclContext();
H A DSemaExprMember.cpp92 DeclContext *DC = SemaRef.getFunctionLevelDeclContext();
207 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext();
H A DSemaExprObjC.cpp1413 DeclContext *DC = getFunctionLevelDeclContext();
H A DSemaExprCXX.cpp1157 DeclContext *DC = getFunctionLevelDeclContext();
H A DSemaTemplate.cpp727 DeclContext *DC = getFunctionLevelDeclContext();
H A DSemaExpr.cpp6196 const DeclContext *const DC = S.getFunctionLevelDeclContext();
12464 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2934 DeclContext *getFunctionLevelDeclContext();

Completed in 395 milliseconds