Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp514 FunctionDecl *FunctionToPush; in ParseLexedMethodDeclaration() local
517 FunctionToPush = FunTmpl->getTemplatedDecl(); in ParseLexedMethodDeclaration()
519 FunctionToPush = cast<FunctionDecl>(LM.Method); in ParseLexedMethodDeclaration()
520 Method = dyn_cast<CXXMethodDecl>(FunctionToPush); in ParseLexedMethodDeclaration()
532 Sema::ContextRAII FnContext(Actions, FunctionToPush, in ParseLexedMethodDeclaration()