OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MightBeDeclarator
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
1806
bool Parser::
MightBeDeclarator
(DeclaratorContext Context) {
2099
if (Tok.isAtStartOfLine() && ExpectSemi && !
MightBeDeclarator
(Context)) {
2912
bool
MightBeDeclarator
= true;
2915
MightBeDeclarator
= false;
2922
MightBeDeclarator
= false;
2931
MightBeDeclarator
= false;
2956
MightBeDeclarator
= false;
2972
if (
MightBeDeclarator
)
5688
/// made to TryParseDeclarator and
MightBeDeclarator
, and possibly to
ParseDeclCXX.cpp
2961
!
MightBeDeclarator
(DeclaratorContext::Member)) {
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
2309
bool
MightBeDeclarator
(DeclaratorContext Context);
Completed in 36 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026