OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFromNodeKind
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
ASTTypeTraits.h
35
/// Use
getFromNodeKind
<T>() to construct them.
43
static ASTNodeKind
getFromNodeKind
() {
80
/// \brief Use
getFromNodeKind
<T>() to construct the kind.
187
if (ASTNodeKind::
getFromNodeKind
<QualType>().isBaseOf(NodeKind)) {
205
if (ASTNodeKind::
getFromNodeKind
<BaseT>().isBaseOf(NodeKind))
211
Result.NodeKind = ASTNodeKind::
getFromNodeKind
<T>();
220
if (ASTNodeKind::
getFromNodeKind
<T>().isSame(NodeKind))
226
Result.NodeKind = ASTNodeKind::
getFromNodeKind
<T>();
235
if (ASTNodeKind::
getFromNodeKind
<T>().isSame(NodeKind))
241
Result.NodeKind = ASTNodeKind::
getFromNodeKind
<T>()
[
all
...]
/external/clang/unittests/AST/
ASTTypeTraitsTest.cpp
23
return ASTNodeKind::
getFromNodeKind
<T>();
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
277
.isBaseOf(ast_type_traits::ASTNodeKind::
getFromNodeKind
<T>());
313
return ast_type_traits::ASTNodeKind::
getFromNodeKind
<T>();
407
ast_type_traits::ASTNodeKind::
getFromNodeKind
<Type>()) ||
409
ast_type_traits::ASTNodeKind::
getFromNodeKind
<QualType>());
418
ast_type_traits::ASTNodeKind::
getFromNodeKind
<Type>())) {
[
all
...]
/external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h
59
ast_type_traits::ASTNodeKind::
getFromNodeKind
<T>().asStringRef() +
Completed in 71 milliseconds