OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_getDecl
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
457
template <typename T> struct
has_getDecl
{
536
typename llvm::enable_if<
has_getDecl
<U>, int>::type = 0) const {
[
all
...]
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
862
EXPECT_TRUE(internal::
has_getDecl
<TypedefType>::value);
863
EXPECT_TRUE(internal::
has_getDecl
<RecordType>::value)
[
all
...]
Completed in 24 milliseconds