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

  /external/clang/lib/CodeGen/
CodeGenAction.cpp 443 Loc = FD->getASTContext().getFullLoc(FD->getBodyRBrace());
CGStmt.cpp     [all...]
CGObjC.cpp 510 FinishFunction(OMD->getBodyRBrace());
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 820 /// getBodyRBrace - Gets the right brace of the body, if a body exists.
822 SourceLocation getBodyRBrace() const;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 660 SourceLocation Decl::getBodyRBrace() const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 657 SourceLocation L = LC->getDecl()->getBodyRBrace();
    [all...]

Completed in 855 milliseconds