Searched defs:findMatch (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp109 bool findMatch(const ast_type_traits::DynTypedNode &DynNode) { function in class:clang::ast_matchers::internal::__anon17765::MatchChildASTVisitor
407 return Visitor.findMatch(Node);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp900 ALWAYS_INLINE PassRefPtr<StringImpl> StringImpl::removeCharacters(const CharType* characters, CharacterMatchFunctionPtr findMatch) argument
906 while (from != fromend && !findMatch(*from))
919 while (from != fromend && findMatch(*from))
921 while (from != fromend && !findMatch(*from))
932 PassRefPtr<StringImpl> StringImpl::removeCharacters(CharacterMatchFunctionPtr findMatch) argument
935 return removeCharacters(characters8(), findMatch);
936 return removeCharacters(characters16(), findMatch);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 87 milliseconds