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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 327 callExpr(allOf(callee(functionDecl(hasName("f"))),
330 callExpr(allOf(callee(functionDecl(hasName("f"))),
    [all...]
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 386 functionDecl(hasName("A"), isExplicitTemplateSpecialization()).bind("id"),
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 427 FunctionExecutable* functionDecl(int index) { return m_functionDecls[index].get(); }
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 433 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl;
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 655 milliseconds