OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isTypeIdInParens
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
2422
///
isTypeIdInParens
- Assumes that a '(' was parsed and now we want to know
2425
bool
isTypeIdInParens
(bool &isAmbiguous) {
2431
bool
isTypeIdInParens
() {
2433
return
isTypeIdInParens
(isAmbiguous);
2437
/// It is similar to
isTypeIdInParens
but does not suppose that type-id
Parser.h
2422
///
isTypeIdInParens
- Assumes that a '(' was parsed and now we want to know
2425
bool
isTypeIdInParens
(bool &isAmbiguous) {
2431
bool
isTypeIdInParens
() {
2433
return
isTypeIdInParens
(isAmbiguous);
2437
/// It is similar to
isTypeIdInParens
but does not suppose that type-id
Completed in 55 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026