HomeSort by relevance Sort by last modified time
    Searched refs:getBodyRBrace (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 766 /// getBodyRBrace - Gets the right brace of the body, if a body exists.
768 SourceLocation getBodyRBrace() const;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 628 SourceLocation Decl::getBodyRBrace() const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 326 SourceLocation L = LC->getDecl()->getBodyRBrace();
  /external/clang/lib/CodeGen/
CGObjC.cpp 481 FinishFunction(OMD->getBodyRBrace());
    [all...]

Completed in 134 milliseconds