HomeSort by: relevance | last modified time | path
    Searched refs:getBodyRBrace (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1018 /// getBodyRBrace - Gets the right brace of the body, if a body exists.
1020 SourceLocation getBodyRBrace() const;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 660 SourceLocation L = LC->getDecl()->getBodyRBrace();
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 947 SourceLocation Decl::getBodyRBrace() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2753 FinishFunction(CD->getBodyRBrace());
CGObjC.cpp 810 FinishFunction(OMD->getBodyRBrace());
CGStmtOpenMP.cpp 632 FinishFunction(CD->getBodyRBrace());

Completed in 54 milliseconds