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.cpp919 if (ED->hasBraces()) in ActOnStartExportDecl()
1016 ED->hasBraces() ? ED->getBeginLoc() : SourceLocation(); in ActOnFinishExportDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp580 if (Node->hasBraces()) in VisitMSAsmStmt()
583 if (Node->hasBraces()) in VisitMSAsmStmt()
H A DDeclPrinter.cpp1185 if (D->hasBraces()) { in VisitLinkageSpecDecl()
H A DJSONNodeDumper.cpp1087 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
H A DDecl.cpp581 if (!SD->hasBraces()) in isSingleLineLanguageLinkage()
H A DASTImporter.cpp5372 bool HasBraces = D->hasBraces(); in VisitLinkageSpecDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3038 bool hasBraces() const { in hasBraces() function
3052 if (hasBraces()) in getEndLoc()
H A DDecl.h5062 bool hasBraces() const { return RBraceLoc.isValid(); } in hasBraces() function
5065 if (hasBraces()) in getEndLoc()
H A DStmt.h3611 bool hasBraces() const { return LBraceLoc.isValid(); }