OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCXXSimpleDeclaration
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTentative.cpp
64
return
isCXXSimpleDeclaration
(/*AllowForRangeDecl=*/false);
68
///
isCXXSimpleDeclaration
- C++-specialized function that disambiguates
88
bool Parser::
isCXXSimpleDeclaration
(bool AllowForRangeDecl) {
477
/// Note that, unlike
isCXXSimpleDeclaration
, we must disambiguate all the way
ParseDeclCXX.cpp
3353
SuggestFixIt =
isCXXSimpleDeclaration
(/*AllowForRangeDecl=*/false);
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
2397
return
isCXXSimpleDeclaration
(/*AllowForRangeDecl=*/true);
2451
///
isCXXSimpleDeclaration
- C++-specialized function that disambiguates
2456
bool
isCXXSimpleDeclaration
(bool AllowForRangeDecl);
Completed in 23 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026