Home
last modified time | relevance | path

Searched defs:Finder (Results 1 – 23 of 23) sorted by relevance

/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp64 ASTMatchFinder *Finder, in dynMatches()
80 ASTMatchFinder *Finder, in dynMatches()
182 ASTMatchFinder *Finder, in matches()
196 const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, in matchesNoKindCheck()
232 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, in NotUnaryOperator()
252 ASTMatchFinder *Finder, in AllOfVariadicOperator()
266 ASTMatchFinder *Finder, in EachOfVariadicOperator()
283 ASTMatchFinder *Finder, in AnyOfVariadicOperator()
DASTMatchFinder.cpp88 ASTMatchFinder *Finder, in MatchChildASTVisitor()
281 ASTMatchFinder *const Finder; member in clang::ast_matchers::internal::__anon07743da30111::MatchChildASTVisitor
876 MatchASTConsumer(MatchFinder *Finder, in MatchASTConsumer()
888 MatchFinder *Finder; member in clang::ast_matchers::internal::__anon07743da30111::MatchASTConsumer
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h224 ASTMatchFinder *Finder, in dynMatches()
450 ASTMatchFinder *Finder, in matches()
479 bool matches(const QualType &Node, ASTMatchFinder *Finder, in matches()
533 IteratorT End, ASTMatchFinder *Finder, in matchesFirstInRange()
549 IteratorT End, ASTMatchFinder *Finder, in matchesFirstInPointerRange()
657 bool matches(const T &Node, ASTMatchFinder *Finder, in matches()
674 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder, in matchesSpecialized()
701 ASTMatchFinder *Finder, in matchesSpecialized()
709 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder, in matchesSpecialized()
717 ASTMatchFinder *Finder, in matchesSpecialized()
[all …]
DASTMatchFinder.h279 MatchFinder Finder; in match() local
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h68 MatchFinder Finder; variable
168 MatchFinder Finder; in matchesConditionallyWithCuda() local
222 MatchFinder Finder; in matchAndVerifyResultConditionally() local
DASTMatchersTest.cpp45 TEST(Finder, DynamicOnlyAcceptsSomeMatchers) { in TEST() argument
46 MatchFinder Finder; in TEST() local
4774 MatchFinder Finder(std::move(Options)); in TEST() local
4800 MatchFinder Finder; in TEST() local
4826 MatchFinder Finder; in TEST() local
/external/droiddriver/src/io/appium/droiddriver/finders/
DFinder.java25 public interface Finder { interface
/external/clang/unittests/AST/
DDeclTest.cpp22 MatchFinder Finder; in TEST() local
DNamedDeclPrinterTest.cpp69 MatchFinder Finder; in PrintedNamedDeclMatches() local
DStmtPrinterTest.cpp74 MatchFinder Finder; in PrintedStmtMatches() local
DMatchVerifier.h90 MatchFinder Finder; in match() local
DDeclPrinterTest.cpp75 MatchFinder Finder; in PrintedDeclMatches() local
/external/guice/extensions/persist/src/com/google/inject/persist/finder/
DFinder.java33 public @interface Finder { annotation
/external/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp29 DebugInfoFinder Finder; member in __anonf65c7e6e0111::ModuleDebugInfoPrinter
/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp26 MatchFinder Finder; in expectRewritten() local
/external/skia/src/core/
DSkBitmapCache.cpp146 static bool Finder(const SkResourceCache::Rec& baseRec, void* contextBitmap) { in Finder() function
261 static bool Finder(const SkResourceCache::Rec& baseRec, void* contextMip) { in Finder() function
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp168 DebugInfoFinder &Finder) { in FindSubprogram()
192 DebugInfoFinder Finder; in CloneDebugInfoMetadata() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp180 CastedAllocFinder Finder(&BR.getContext()); in checkASTCodeBody() local
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp291 DebugInfoFinder* Finder; member in __anonc2125d820111::CloneFunc
/external/clang/lib/CodeGen/
DCGException.cpp1540 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl); in EmitCapturedLocals() local
/external/clang/lib/AST/
DExpr.cpp3054 SideEffectFinder Finder(Ctx, IncludePossibleEffects); in HasSideEffects() local
3261 NonTrivialCallFinder Finder(Ctx); in hasNonTrivialCall() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13530 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionType() local
13555 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionExceptionSpec() local
13583 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionAttributes() local
DSemaTemplate.cpp4264 UnnamedLocalNoLinkageFinder Finder(*this, SR); in CheckTemplateArgument() local