OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:functionType
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
255
REGISTER_MATCHER(
functionType
);
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
1029
const AstTypeMatcher<
FunctionType
>
functionType
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
3152
llvm::
FunctionType
*FnType,
3283
llvm::
FunctionType
*FnType =
3284
llvm::
FunctionType
::get(CGM.VoidTy, ArgTypes, false);
3337
llvm::
FunctionType
::get(VoidTy, {Int64Ty, Int8PtrTy, Int8PtrTy},
3344
llvm::
FunctionType
::get(VoidTy, {Int64Ty, Int8PtrTy}, false));
3361
llvm::
FunctionType
::get(VoidTy, {Int64Ty, Int8PtrTy, Int8PtrTy}, false),
3395
llvm::
FunctionType
::get(VoidTy, {VoidPtrTy, VoidPtrTy}, false),
4931
QualType
functionType
;
4934
functionType
= ptrType->getPointeeType();
4936
functionType
= E->getType()
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
977
/// varDecl(hasType(pointerType(pointee(ignoringParens(
functionType
())))))
6589
/// Matches \c
FunctionType
nodes.
6596
///
functionType
()
6598
extern const AstTypeMatcher<
FunctionType
>
functionType
;
6632
/// \c varDecl(hasType(pointsTo(parenType(innerType(
functionType
()))))) matches
6642
/// The \c pointee is always required to be a \c
FunctionType
.
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
14014
QualType
functionType
=
14016
blockScope->
FunctionType
=
functionType
;
Completed in 38 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026