OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Parens
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Stencil.cpp
61
Parens
,
122
case UnaryNodeOperator::
Parens
:
229
case UnaryNodeOperator::
Parens
:
406
UnaryNodeOperator::
Parens
, std::string(Id));
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h
142
Parens
, // ?R operator()
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
401
// First, look inwards past
parens
for a function declarator.
2024
///
Parens
and member pointers are permitted. We don't diagnose array and
2987
// Ignore
parens
.
3175
// Just
parens
all the way out to the decl specifiers. Diagnose any qualifiers
3674
//
parens
around the first parameter to turn the declaration into a
3679
// FIXME: Maybe we should suggest adding braces instead of
parens
3686
// the
parens
with an initializer to turn the declaration into a variable
3690
// Empty
parens
mean value-initialization, and no
parens
mean
3761
// redundant-
parens
warning, but we don't know whether the functio
[
all
...]
TreeTransform.h
3845
// Revert value-initialization back to empty
parens
.
3847
SourceRange
Parens
= VIE->getSourceRange();
3848
return getDerived().RebuildParenListExpr(
Parens
.getBegin(), None,
3849
Parens
.getEnd());
3884
SourceRange
Parens
= Construct->getParenOrBraceRange();
3885
if (
Parens
.isInvalid()) {
3889
"no
parens
or braces but have direct init with arguments?");
3892
return getDerived().RebuildParenListExpr(
Parens
.getBegin(), NewArgs,
3893
Parens
.getEnd());
10516
// Notably, there must be *exactly* one set of
parens
if X is a type
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026