OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canConvertTo
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h
153
return Matcher.
canConvertTo
<T>();
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
804
if (NodeMatch.
canConvertTo
<Decl>()) {
807
} else if (NodeMatch.
canConvertTo
<QualType>()) {
810
} else if (NodeMatch.
canConvertTo
<Stmt>()) {
813
} else if (NodeMatch.
canConvertTo
<NestedNameSpecifier>()) {
816
} else if (NodeMatch.
canConvertTo
<NestedNameSpecifierLoc>()) {
819
} else if (NodeMatch.
canConvertTo
<TypeLoc>()) {
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
354
template <typename T> bool
canConvertTo
() const {
361
/// This method asserts that \c
canConvertTo
() is \c true. Callers
362
/// should call \c
canConvertTo
() first to make sure that \c this is
365
assert(
canConvertTo
<T>());
445
template <> inline bool DynTypedMatcher::
canConvertTo
<QualType>() const {
455
assert(
canConvertTo
<QualType>());
[
all
...]
Completed in 258 milliseconds