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

  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 30 DebugInfoFinder Finder;
55 Finder.processModule(M);
60 for (DebugInfoFinder::iterator I = Finder.compile_unit_begin(),
61 E = Finder.compile_unit_end(); I != E; ++I) {
67 for (DebugInfoFinder::iterator I = Finder.subprogram_begin(),
68 E = Finder.subprogram_end(); I != E; ++I) {
74 for (DebugInfoFinder::iterator I = Finder.global_variable_begin(),
75 E = Finder.global_variable_end(); I != E; ++I) {
81 for (DebugInfoFinder::iterator I = Finder.type_begin(),
82 E = Finder.type_end(); I != E; ++I)
    [all...]
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 26 MatchFinder Finder;
27 Finder.addMatcher(AMatcher, &Callback);
29 tooling::newFrontendActionFactory(&Finder));
  /external/clang/unittests/AST/
StmtPrinterTest.cpp 74 MatchFinder Finder;
75 Finder.addMatcher(NodeMatch, &Printer);
76 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
DeclPrinterTest.cpp 75 MatchFinder Finder;
76 Finder.addMatcher(NodeMatch, &Printer);
77 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
    [all...]
MatchVerifier.h 68 MatchFinder Finder;
69 Finder.addMatcher(AMatcher.bind(""), this);
71 tooling::newFrontendActionFactory(&Finder));
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 33 // MatchFinder finder;
34 // finder.AddMatcher(Id("id", record(hasName("::a_namespace::AClass"))),
36 // return Tool.Run(newFrontendActionFactory(&finder));
224 MatchFinder Finder;
225 Finder.addMatcher(Matcher, &Callback);
226 Finder.match(Node, Context);
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 58 MatchFinder Finder;
59 Finder.addMatcher(AMatcher, new VerifyMatch(0, &Found));
60 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
94 MatchFinder Finder;
95 Finder.addMatcher(
97 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 64 ASTMatchFinder *Finder,
70 Finder(Finder),
224 Finder, Builder)) {
231 Finder, &RecursiveBuilder)) {
252 ASTMatchFinder *const Finder;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 392 milliseconds