OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ast_matchers
(Results
1 - 25
of
31
) sorted by null
1
2
/external/clang/include/clang/Tooling/
RefactoringCallbacks.h
41
class RefactoringCallback : public
ast_matchers
::MatchFinder::MatchCallback {
55
virtual void run(const
ast_matchers
::MatchFinder::MatchResult &Result);
67
virtual void run(const
ast_matchers
::MatchFinder::MatchResult &Result);
80
virtual void run(const
ast_matchers
::MatchFinder::MatchResult &Result);
/external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp
19
using clang::
ast_matchers
::MatchFinder;
20
using clang::
ast_matchers
::argumentCountIs;
21
using clang::
ast_matchers
::bindTemporaryExpr;
22
using clang::
ast_matchers
::constructorDecl;
23
using clang::
ast_matchers
::constructExpr;
24
using clang::
ast_matchers
::defaultArgExpr;
25
using clang::
ast_matchers
::expr;
26
using clang::
ast_matchers
::forEach;
27
using clang::
ast_matchers
::has;
28
using clang::
ast_matchers
::hasArgument
[
all
...]
/external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp
19
using clang::
ast_matchers
::MatchFinder;
20
using clang::
ast_matchers
::argumentCountIs;
21
using clang::
ast_matchers
::bindTemporaryExpr;
22
using clang::
ast_matchers
::constructorDecl;
23
using clang::
ast_matchers
::constructExpr;
24
using clang::
ast_matchers
::defaultArgExpr;
25
using clang::
ast_matchers
::expr;
26
using clang::
ast_matchers
::forEach;
27
using clang::
ast_matchers
::has;
28
using clang::
ast_matchers
::hasArgument
[
all
...]
/external/clang/include/clang/ASTMatchers/Dynamic/
Registry.h
27
namespace
ast_matchers
{
namespace in namespace:clang
72
} // namespace
ast_matchers
VariantValue.h
28
namespace
ast_matchers
{
namespace in namespace:clang
31
using
ast_matchers
::internal::DynTypedMatcher;
70
Matches +=
ast_matchers
::internal::Matcher<T>::canConstructFrom(*List[I]);
81
ast_matchers
::internal::Matcher<T> getTypedMatcher() const {
84
if (
ast_matchers
::internal::Matcher<T>::canConstructFrom(*List[I]))
85
return
ast_matchers
::internal::Matcher<T>::constructFrom(*List[I]);
148
ast_matchers
::internal::Matcher<T> getTypedMatcher() const {
178
} // end namespace
ast_matchers
Parser.h
43
namespace
ast_matchers
{
namespace in namespace:clang
147
} // namespace
ast_matchers
Diagnostics.h
29
namespace
ast_matchers
{
namespace in namespace:clang
182
} // namespace
ast_matchers
/external/clang/unittests/AST/
DeclTest.cpp
18
using namespace clang::
ast_matchers
;
ASTContextParentMapTest.cpp
22
namespace
ast_matchers
{
namespace in namespace:clang
70
} // end namespace
ast_matchers
StmtPrinterTest.cpp
29
using namespace
ast_matchers
;
MatchVerifier.h
26
namespace
ast_matchers
{
namespace in namespace:clang
210
} // end namespace
ast_matchers
/external/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp
20
using clang::
ast_matchers
::MatchFinder;
21
using clang::
ast_matchers
::hasDeclaration;
22
using clang::
ast_matchers
::hasName;
23
using clang::
ast_matchers
::id;
24
using clang::
ast_matchers
::loc;
25
using clang::
ast_matchers
::qualType;
26
using clang::
ast_matchers
::recordDecl;
/external/clang/lib/Tooling/
RefactoringCallbacks.cpp
41
const
ast_matchers
::MatchFinder::MatchResult &Result) {
54
const
ast_matchers
::MatchFinder::MatchResult &Result) {
67
const
ast_matchers
::MatchFinder::MatchResult &Result) {
/external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
18
namespace
ast_matchers
{
namespace in namespace:clang
40
} // end namespace
ast_matchers
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
26
namespace
ast_matchers
{
namespace in namespace:clang
95
::clang::
ast_matchers
::name, #name));
98
static_cast< ::clang::
ast_matchers
::name##_Type##Id>( \
99
::clang::
ast_matchers
::name)
124
static
ast_matchers
::internal::ArgumentAdaptingMatcher<
127
const
ast_matchers
::internal::Matcher<FromArg> &InnerMatcher) {
128
return
ast_matchers
::internal::ArgumentAdaptingMatcher<
134
ast_matchers
::internal::EmptyTypeList) {}
155
ast_matchers
::internal::ArgumentAdaptingMatcher<ArgumentAdapterT, DummyArg,
157
*func)(const
ast_matchers
::internal::Matcher<DummyArg> &)
[
all
...]
Marshallers.h
32
namespace
ast_matchers
{
namespace in namespace:clang
56
template <class T> struct ArgTypeTraits<
ast_matchers
::internal::Matcher<T> > {
65
static
ast_matchers
::internal::Matcher<T> get(const VariantValue &Value) {
172
ast_matchers
::internal::EmptyTypeList) {}
177
Out->add(
ast_matchers
::internal::Matcher<typename TypeList::head>(Poly));
188
outvalueToMatcherList(const
ast_matchers
::internal::Matcher<T> &Matcher) {
318
} // namespace
ast_matchers
Parser.cpp
24
namespace
ast_matchers
{
namespace in namespace:clang
418
} // namespace
ast_matchers
VariantValue.cpp
20
namespace
ast_matchers
{
namespace in namespace:clang
179
} // end namespace
ast_matchers
Diagnostics.cpp
13
namespace
ast_matchers
{
namespace in namespace:clang
219
} // namespace
ast_matchers
/external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp
15
namespace
ast_matchers
{
namespace in namespace:clang
19
using
ast_matchers
::internal::DynTypedMatcher;
20
using
ast_matchers
::internal::Matcher;
131
} // end namespace
ast_matchers
ParserTest.cpp
20
namespace
ast_matchers
{
namespace in namespace:clang
30
typedef
ast_matchers
::internal::ASTMatchFinder ASTMatchFinder;
31
typedef
ast_matchers
::internal::BoundNodesTreeBuilder BoundNodesTreeBuilder;
179
using
ast_matchers
::internal::Matcher;
270
} // end namespace
ast_matchers
RegistryTest.cpp
17
namespace
ast_matchers
{
namespace in namespace:clang
21
using
ast_matchers
::internal::Matcher;
283
} // end namespace
ast_matchers
/external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h
48
namespace
ast_matchers
{
namespace in namespace:clang
241
} // end namespace
ast_matchers
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.h
18
namespace
ast_matchers
{
namespace in namespace:clang
131
} // end namespace
ast_matchers
/external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp
19
using namespace
ast_matchers
;
99
} // end namespace
ast_matchers
Completed in 2508 milliseconds
1
2