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.cpp496 FunctionDecl *FunctionToPush; in ParseLexedMethodDeclaration() local
499 FunctionToPush = FunTmpl->getTemplatedDecl(); in ParseLexedMethodDeclaration()
501 FunctionToPush = cast<FunctionDecl>(LM.Method); in ParseLexedMethodDeclaration()
502 Method = dyn_cast<CXXMethodDecl>(FunctionToPush); in ParseLexedMethodDeclaration()
514 Sema::ContextRAII FnContext(Actions, FunctionToPush, in ParseLexedMethodDeclaration()