OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasBraces
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
2813
SourceLocation LangLoc, LanguageIDs lang, bool
HasBraces
);
2819
bool
HasBraces
);
2832
bool
hasBraces
() const {
2833
assert(!RBraceLoc.isValid() || LinkageSpecDeclBits.
HasBraces
);
2834
return LinkageSpecDeclBits.
HasBraces
;
2842
LinkageSpecDeclBits.
HasBraces
= RBraceLoc.isValid();
2846
if (
hasBraces
())
Stmt.h
3224
bool
hasBraces
() const { return LBraceLoc.isValid(); }
Completed in 22 milliseconds
Indexes created Thu Apr 30 00:23:01 UTC 2026