Home
last modified time | relevance | path

Searched refs:getCurFunctionOrMethodDecl (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2967 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
2986 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3004 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3012 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
H A DSema.cpp920 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
H A DSemaLookup.cpp3982 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaExpr.cpp2963 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
4954 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr()
13016 if (Statement && getCurFunctionOrMethodDecl()) { in DiagRuntimeBehavior()
H A DSemaDeclAttr.cpp2498 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1950 NamedDecl *getCurFunctionOrMethodDecl();