OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qualType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp
25
using clang::ast_matchers::
qualType
;
78
loc(
qualType
(hasDeclaration(recordDecl(hasName("::scoped_array")))))),
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
697
stmt(hasDescendant(
qualType
(builtinType())))));
711
qualType
(hasDescendant(builtinType()))));
713
qualType
(hasDescendant(
720
qualType
(asString("int ***"), forEachDescendant(pointerType().bind("x"))),
731
qualType
(functionType(), forEach(
qualType
(isInteger()).bind("x"))),
732
new VerifyIdIsBoundTo<
QualType
>("x", 2)));
738
varDecl(hasName("i"), hasType(
qualType
(has(builtinType()))))));
741
varDecl(hasName("i"), hasType(
qualType
(has(pointerType()))))));
858
qualType
(hasDeclaration(enumDecl(hasName("X")))))))))
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
113
typedef internal::Matcher<
QualType
> TypeMatcher;
432
internal::Matcher<
QualType
>, InnerMatcher) {
[
all
...]
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
356
REGISTER_MATCHER(
qualType
);
Completed in 74 milliseconds