Searched refs:TryParseDeclarator (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp285 TPResult TPR = TryParseDeclarator(false/*mayBeAbstract*/);
363 TPR = TryParseDeclarator(false/*mayBeAbstract*/);
433 TPR = TryParseDeclarator(true/*mayBeAbstract*/, false/*mayHaveIdentifier*/);
795 Parser::TPResult Parser::TryParseDeclarator(bool mayBeAbstract, function in class:Parser
846 TPResult TPR = TryParseDeclarator(mayBeAbstract, mayHaveIdentifier);
1721 TPR = TryParseDeclarator(true/*mayBeAbstract*/);
H A DParseDecl.cpp2163 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false);
4550 /// made to TryParseDeclarator and MightBeDeclarator, and possibly to
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1855 TPResult TryParseDeclarator(bool mayBeAbstract, bool mayHaveIdentifier=true);

Completed in 123 milliseconds