HomeSort by: relevance | last modified time | path
    Searched defs:hasBraces (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2813 SourceLocation LangLoc, LanguageIDs lang, bool HasBraces);
2819 bool HasBraces);
2832 bool hasBraces() const {
2833 assert(!RBraceLoc.isValid() || LinkageSpecDeclBits.HasBraces);
2834 return LinkageSpecDeclBits.HasBraces;
2842 LinkageSpecDeclBits.HasBraces = RBraceLoc.isValid();
2846 if (hasBraces())
Stmt.h 3224 bool hasBraces() const { return LBraceLoc.isValid(); }

Completed in 22 milliseconds