Searched refs:TryParseFunctionDeclarator (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp987 TPResult TPR = TryParseFunctionDeclarator();
1026 TPR = TryParseFunctionDeclarator();
2026 /// TryParseFunctionDeclarator - We parsed a '(' and we want to try to continue
2028 /// If TryParseFunctionDeclarator fully parsed the function declarator, it will
2038 Parser::TPResult Parser::TryParseFunctionDeclarator() { function in class:Parser
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2437 TPResult TryParseFunctionDeclarator();

Completed in 113 milliseconds