Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp573 if (ED->hasBraces()) in ActOnStartExportDecl()
698 ED->hasBraces() ? ED->getBeginLoc() : SourceLocation(); in ActOnFinishExportDecl()
/external/llvm-project/clang-tools-extra/modularize/
DModularize.cpp579 if (!D->hasBraces()) in VisitLinkageSpecDecl()
/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/llvm-project/clang/lib/AST/
DStmtPrinter.cpp490 if (Node->hasBraces()) in VisitMSAsmStmt()
493 if (Node->hasBraces()) in VisitMSAsmStmt()
DDeclPrinter.cpp1034 if (D->hasBraces()) { in VisitLinkageSpecDecl()
DJSONNodeDumper.cpp904 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
DDecl.cpp566 if (!SD->hasBraces()) in isSingleLineLanguageLinkage()
DASTImporter.cpp4472 bool HasBraces = D->hasBraces(); in VisitLinkageSpecDecl()
/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()
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2811 bool hasBraces() const { in hasBraces() function
2825 if (hasBraces()) in getEndLoc()
DDecl.h4490 bool hasBraces() const { return RBraceLoc.isValid(); } in hasBraces() function
4493 if (hasBraces()) in getEndLoc()
DStmt.h3220 bool hasBraces() const { return LBraceLoc.isValid(); } in hasBraces() function