Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp573 if (ED->hasBraces()) in ActOnStartExportDecl()
698 ED->hasBraces() ? ED->getBeginLoc() : SourceLocation(); in ActOnFinishExportDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp489 if (Node->hasBraces()) in VisitMSAsmStmt()
492 if (Node->hasBraces()) in VisitMSAsmStmt()
H A DDeclPrinter.cpp1053 if (D->hasBraces()) { in VisitLinkageSpecDecl()
H A DJSONNodeDumper.cpp905 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
H A DDecl.cpp566 if (!SD->hasBraces()) in isSingleLineLanguageLinkage()
H A DASTImporter.cpp4544 bool HasBraces = D->hasBraces(); in VisitLinkageSpecDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2832 bool hasBraces() const { in hasBraces() function
2846 if (hasBraces()) in getEndLoc()
H A DDecl.h4510 bool hasBraces() const { return RBraceLoc.isValid(); } in hasBraces() function
4513 if (hasBraces()) in getEndLoc()
H A DStmt.h3224 bool hasBraces() const { return LBraceLoc.isValid(); } in hasBraces() function