OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WantTypeSpecifiers
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Sema/
TypoCorrection.h
252
:
WantTypeSpecifiers
(true), WantExpressionKeywords(true),
267
/// name or keyword, true for types if
WantTypeSpecifiers
is true, and true
268
/// for keywords if
WantTypeSpecifiers
, WantExpressionKeywords,
290
bool
WantTypeSpecifiers
;
346
WantTypeSpecifiers
= false;
/external/clang/lib/Parse/
ParseTentative.cpp
[
all
...]
ParseExpr.cpp
479
WantTypeSpecifiers
= WantFunctionLikeCasts = AllowTypes;
488
return
WantTypeSpecifiers
;
[
all
...]
ParseStmt.cpp
122
WantTypeSpecifiers
= nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square,
[
all
...]
/external/clang/lib/Sema/
SemaLookup.cpp
[
all
...]
SemaExprMember.cpp
562
WantTypeSpecifiers
= false;
[
all
...]
SemaTemplate.cpp
324
FilterCCC->
WantTypeSpecifiers
= false;
[
all
...]
Completed in 70 milliseconds