HomeSort by relevance Sort by last modified time
    Searched refs:Finder (Results 1 - 20 of 20) 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/include/clang/ASTMatchers/
ASTMatchersInternal.h 203 /// the AST via 'Finder'.
205 ASTMatchFinder *Finder,
222 ASTMatchFinder * /* Finder */,
239 ASTMatchFinder *Finder,
283 ASTMatchFinder *Finder,
285 return Implementation->matches(Node, Finder, Builder);
297 ASTMatchFinder *Finder,
301 return matches(*Node, Finder, Builder);
317 ASTMatchFinder *Finder,
321 return InnerMatcher.matches(*Node, Finder, Builder)
    [all...]
ASTMatchers.h 274 if (InnerMatcher.matches(List.get(i), Finder, Builder))
307 return InnerMatcher.matches(*Node.IgnoreImpCasts(), Finder, Builder);
328 return InnerMatcher.matches(*Node.IgnoreParenCasts(), Finder, Builder);
354 return InnerMatcher.matches(*Node.IgnoreParenImpCasts(), Finder, Builder);
374 return InnerMatcher.matches(List.get(N), Finder, Builder);
392 return InnerMatcher.matches(Node.getAsType(), Finder, Builder);
410 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder);
776 InnerMatcher.matches(*Increment, Finder, Builder));
790 return (Init != NULL && InnerMatcher.matches(*Init, Finder, Builder));
    [all...]
ASTMatchersMacros.h 30 // return InnerMatcher.matches(*Node.getMemberDecl(), Finder, Builder);
47 /// Finder: an ASTMatchFinder*.
60 virtual bool matches(const Type &Node, ASTMatchFinder *Finder, \
69 const Type &Node, ASTMatchFinder *Finder, \
81 /// Finder: an ASTMatchFinder*.
98 virtual bool matches(const Type &Node, ASTMatchFinder *Finder, \
109 const Type &Node, ASTMatchFinder *Finder, \
122 /// Finder: an ASTMatchFinder*.
141 virtual bool matches(const Type &Node, ASTMatchFinder *Finder, \
155 const Type &Node, ASTMatchFinder *Finder, \
    [all...]
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/unittests/AST/
StmtPrinterTest.cpp 74 MatchFinder Finder;
75 Finder.addMatcher(NodeMatch, &Printer);
76 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
MatchVerifier.h 68 MatchFinder Finder;
69 Finder.addMatcher(AMatcher.bind(""), this);
71 tooling::newFrontendActionFactory(&Finder));
DeclPrinterTest.cpp 75 MatchFinder Finder;
76 Finder.addMatcher(NodeMatch, &Printer);
77 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
    [all...]
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 26 MatchFinder Finder;
27 Finder.addMatcher(AMatcher, &Callback);
29 tooling::newFrontendActionFactory(&Finder));
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 178 CastedAllocFinder Finder(&BR.getContext());
179 Finder.Visit(D->getBody());
180 for (CastedAllocFinder::CallVec::iterator i = Finder.Calls.begin(),
181 e = Finder.Calls.end(); i != e; ++i) {
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 64 ASTMatchFinder *Finder,
70 Finder(Finder),
224 Finder, Builder)) {
231 Finder, &RecursiveBuilder)) {
252 ASTMatchFinder *const Finder;
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /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 259 milliseconds