Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2570 bool hasBraces() const { in hasBraces() function
2584 if (hasBraces()) in getLocEnd()
DStmt.h1773 bool hasBraces() const { return LBraceLoc.isValid(); } in hasBraces() function
/external/clang/lib/AST/
DStmtPrinter.cpp444 if (Node->hasBraces()) in VisitMSAsmStmt()
447 if (Node->hasBraces()) in VisitMSAsmStmt()
DDeclPrinter.cpp888 if (D->hasBraces()) { in VisitLinkageSpecDecl()
DDecl.cpp573 if (!SD->hasBraces()) in isSingleLineLanguageLinkage()
DASTImporter.cpp3868 bool HasBraces = D->hasBraces(); in VisitLinkageSpecDecl()