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

/external/clang/lib/AST/
H A DStmtPrinter.cpp440 if (Node->hasBraces())
443 if (Node->hasBraces())
H A DDeclPrinter.cpp804 if (D->hasBraces()) {
H A DDecl.cpp561 if (!SD->hasBraces())
/external/clang/include/clang/AST/
H A DDeclCXX.h2462 /// This is needed so that hasBraces() returns the correct result while the
2491 bool hasBraces() const { function in class:clang::LinkageSpecDecl
2505 if (hasBraces())
H A DStmt.h1742 bool hasBraces() const { return LBraceLoc.isValid(); } function in class:clang::MSAsmStmt
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1234 if (!LSD->hasBraces())

Completed in 850 milliseconds