Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp812 if (ED->hasBraces()) in ActOnStartExportDecl()
953 ED->hasBraces() ? ED->getBeginLoc() : SourceLocation(); in ActOnFinishExportDecl()
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp569 if (Node->hasBraces()) in VisitMSAsmStmt()
572 if (Node->hasBraces()) in VisitMSAsmStmt()
H A DDeclPrinter.cpp1067 if (D->hasBraces()) { in VisitLinkageSpecDecl()
H A DJSONNodeDumper.cpp983 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
H A DDecl.cpp577 if (!SD->hasBraces()) in isSingleLineLanguageLinkage()
H A DASTImporter.cpp4778 bool HasBraces = D->hasBraces(); in VisitLinkageSpecDecl()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2882 bool hasBraces() const { in hasBraces() function
2896 if (hasBraces()) in getEndLoc()
H A DDecl.h4738 bool hasBraces() const { return RBraceLoc.isValid(); } in hasBraces() function
4741 if (hasBraces()) in getEndLoc()
H A DStmt.h3297 bool hasBraces() const { return LBraceLoc.isValid(); } in hasBraces() function