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

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

Completed in 790 milliseconds