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.cpp811 if (ED->hasBraces()) in ActOnStartExportDecl()
897 ED->hasBraces() ? ED->getBeginLoc() : SourceLocation(); in ActOnFinishExportDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp572 if (Node->hasBraces()) in VisitMSAsmStmt()
575 if (Node->hasBraces()) in VisitMSAsmStmt()
H A DDeclPrinter.cpp1206 if (D->hasBraces()) { in VisitLinkageSpecDecl()
H A DJSONNodeDumper.cpp1045 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
H A DDecl.cpp581 if (!SD->hasBraces()) in isSingleLineLanguageLinkage()
H A DASTImporter.cpp5011 bool HasBraces = D->hasBraces(); in VisitLinkageSpecDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2961 bool hasBraces() const { in hasBraces() function
2975 if (hasBraces()) in getEndLoc()
H A DDecl.h4853 bool hasBraces() const { return RBraceLoc.isValid(); } in hasBraces() function
4856 if (hasBraces()) in getEndLoc()
H A DStmt.h3508 bool hasBraces() const { return LBraceLoc.isValid(); } in hasBraces() function