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

  /external/clang/unittests/AST/
StmtPrinterTest.cpp 107 functionDecl(hasName(ContainingFunction),
122 functionDecl(hasName(ContainingFunction),
SourceLocationTest.cpp 122 EXPECT_TRUE(Verifier.match("class C { C(); };", functionDecl()));
DeclPrinterTest.cpp 403 functionDecl(hasName("A"), isExplicitTemplateSpecialization()).bind("id"),
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 382 callExpr(allOf(callee(functionDecl(hasName("f"))),
385 callExpr(allOf(callee(functionDecl(hasName("f"))),
390 callExpr(allOf(callee(functionDecl(hasName("f"))),
396 callExpr(allOf(callee(functionDecl(hasName("f"))),
690 functionDecl(forEachDescendant(
    [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 499 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 399 milliseconds