OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFromNodeKind
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/AST/
ASTTypeTraits.h
44
/// Use
getFromNodeKind
<T>() to construct them.
52
static ASTNodeKind
getFromNodeKind
() {
96
/// \brief Use
getFromNodeKind
<T>() to construct the kind.
220
if (ASTNodeKind::
getFromNodeKind
<QualType>().isBaseOf(NodeKind)) {
238
if (ASTNodeKind::
getFromNodeKind
<BaseT>().isBaseOf(NodeKind))
244
Result.NodeKind = ASTNodeKind::
getFromNodeKind
<T>();
253
if (ASTNodeKind::
getFromNodeKind
<T>().isSame(NodeKind))
259
Result.NodeKind = ASTNodeKind::
getFromNodeKind
<T>();
268
if (ASTNodeKind::
getFromNodeKind
<T>().isSame(NodeKind))
274
Result.NodeKind = ASTNodeKind::
getFromNodeKind
<T>()
[
all
...]
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
368
ASTNodeKind::
getFromNodeKind
<Decl>(),
369
ASTNodeKind::
getFromNodeKind
<QualType>(),
370
ASTNodeKind::
getFromNodeKind
<Type>(),
371
ASTNodeKind::
getFromNodeKind
<Stmt>(),
372
ASTNodeKind::
getFromNodeKind
<NestedNameSpecifier>(),
373
ASTNodeKind::
getFromNodeKind
<NestedNameSpecifierLoc>(),
374
ASTNodeKind::
getFromNodeKind
<TypeLoc>()
Marshallers.h
105
return ArgKind(ast_type_traits::ASTNodeKind::
getFromNodeKind
<T>());
271
ast_type_traits::ASTNodeKind::
getFromNodeKind
<typename T::head>());
290
RetTypes.push_back(ast_type_traits::ASTNodeKind::
getFromNodeKind
<T>());
297
RetTypes.push_back(ast_type_traits::ASTNodeKind::
getFromNodeKind
<T>());
392
DerivedKind(ast_type_traits::ASTNodeKind::
getFromNodeKind
<DerivedT>()) {
/external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h
152
ast_type_traits::ASTNodeKind::
getFromNodeKind
<T>());
/external/clang/unittests/AST/
ASTTypeTraitsTest.cpp
26
return ASTNodeKind::
getFromNodeKind
<T>();
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
356
ast_type_traits::ASTNodeKind::
getFromNodeKind
<T>());
409
: MatcherStorage(ast_type_traits::ASTNodeKind::
getFromNodeKind
<T>(),
448
ast_type_traits::ASTNodeKind::
getFromNodeKind
<Type>()) ||
450
ast_type_traits::ASTNodeKind::
getFromNodeKind
<QualType>());
458
ast_type_traits::ASTNodeKind::
getFromNodeKind
<Type>())) {
[
all
...]
Completed in 560 milliseconds