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 775 /// getBodyRBrace - Gets the right brace of the body, if a body exists.
777 SourceLocation getBodyRBrace() const;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 658 SourceLocation Decl::getBodyRBrace() const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 575 SourceLocation L = LC->getDecl()->getBodyRBrace();
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 481 FinishFunction(OMD->getBodyRBrace());
    [all...]

Completed in 333 milliseconds