HomeSort by relevance Sort by last modified time
    Searched defs:functionDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 499 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl;
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 427 FunctionExecutable* functionDecl(int index) { return m_functionDecls[index].get(); }

Completed in 226 milliseconds