Home
last modified time | relevance | path

Searched refs:functionType (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp131 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType())))); in TEST()
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp168 REGISTER_MATCHER(functionType); in RegistryMaps()
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp817 qualType(functionType(), forEach(qualType(isInteger()).bind("x"))), in TEST()
3974 EXPECT_TRUE(matches("int (*f)(int);", functionType())); in TEST()
3975 EXPECT_TRUE(matches("void f(int i) {}", functionType())); in TEST()
3985 varDecl(hasType(pointsTo(parenType(innerType(functionType()))))))); in TEST()
3988 varDecl(hasType(pointsTo(parenType(innerType(functionType()))))))); in TEST()
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3426 AST_TYPE_MATCHER(FunctionType, functionType);
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h10245 QualType functionType = in TransformBlockExpr() local
10248 blockScope->FunctionType = functionType; in TransformBlockExpr()