OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WantTypeSpecifiers
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h
298
/// name or keyword, true for types if
WantTypeSpecifiers
is true, and true
299
/// for keywords if
WantTypeSpecifiers
, WantExpressionKeywords,
328
bool
WantTypeSpecifiers
= true;
401
WantTypeSpecifiers
= false;
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTentative.cpp
1114
WantTypeSpecifiers
=
ParseExpr.cpp
697
WantTypeSpecifiers
= WantFunctionLikeCasts = AllowTypes;
706
return
WantTypeSpecifiers
;
ParseStmt.cpp
130
WantTypeSpecifiers
= nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
4694
if (CCC.
WantTypeSpecifiers
) {
5204
return
WantTypeSpecifiers
|| WantExpressionKeywords || WantCXXNamedCasts ||
5227
return
WantTypeSpecifiers
|| HasNonType;
5235
WantTypeSpecifiers
= false;
SemaExprMember.cpp
596
WantTypeSpecifiers
= false;
SemaTemplate.cpp
511
FilterCCC.
WantTypeSpecifiers
= false;
669
WantTypeSpecifiers
= false;
Completed in 36 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026