Home
last modified time | relevance | path

Searched refs:hasBraces (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp905 if (ED->hasBraces()) in ActOnStartExportDecl()
1002 ED->hasBraces() ? ED->getBeginLoc() : SourceLocation(); in ActOnFinishExportDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp575 if (Node->hasBraces()) in VisitMSAsmStmt()
578 if (Node->hasBraces()) in VisitMSAsmStmt()
H A DDeclPrinter.cpp1149 if (D->hasBraces()) { in VisitLinkageSpecDecl()
H A DJSONNodeDumper.cpp1080 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
H A DDecl.cpp581 if (!SD->hasBraces()) in isSingleLineLanguageLinkage()
H A DASTImporter.cpp5095 bool HasBraces = D->hasBraces(); in VisitLinkageSpecDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2975 bool hasBraces() const { in hasBraces() function
2989 if (hasBraces()) in getEndLoc()
H A DDecl.h4880 bool hasBraces() const { return RBraceLoc.isValid(); } in hasBraces() function
4883 if (hasBraces()) in getEndLoc()
H A DStmt.h3515 bool hasBraces() const { return LBraceLoc.isValid(); }