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

/external/clang/lib/AST/
H A DStmtPrinter.cpp446 if (Node->hasBraces())
449 if (Node->hasBraces())
H A DDeclPrinter.cpp799 if (D->hasBraces()) {
H A DDecl.cpp513 if (SD->getLanguage() == LinkageSpecDecl::lang_c && !SD->hasBraces())
/external/clang/include/clang/AST/
H A DDeclCXX.h2349 /// This is needed so that hasBraces() returns the correct result while the
2378 bool hasBraces() const { function in class:clang::LinkageSpecDecl
2392 if (hasBraces())
H A DStmt.h1700 bool hasBraces() const { return LBraceLoc.isValid(); } function in class:clang::MSAsmStmt
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1220 if (!LSD->hasBraces())

Completed in 217 milliseconds