OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBraces
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp
573
if (ED->
hasBraces
())
698
ED->
hasBraces
() ? ED->getBeginLoc() : SourceLocation();
/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
())
Decl.h
4510
bool
hasBraces
() const { return RBraceLoc.isValid(); }
4513
if (
hasBraces
())
Stmt.h
3224
bool
hasBraces
() const { return LBraceLoc.isValid(); }
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
489
if (Node->
hasBraces
())
492
if (Node->
hasBraces
())
DeclPrinter.cpp
1053
if (D->
hasBraces
()) {
JSONNodeDumper.cpp
905
attributeOnlyIfTrue("
hasBraces
", LSD->
hasBraces
());
Decl.cpp
566
if (!SD->
hasBraces
())
ASTImporter.cpp
4544
bool
HasBraces
= D->
hasBraces
();
4549
D->getLanguage(),
HasBraces
))
4552
if (
HasBraces
) {
Completed in 44 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026