OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typesAreBlockPointerCompatible
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2665
bool
typesAreBlockPointerCompatible
(QualType, QualType);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
9103
return ctx.
typesAreBlockPointerCompatible
(lhs, rhs);
9371
bool ASTContext::
typesAreBlockPointerCompatible
(QualType LHS, QualType RHS) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
9018
if (!S.Context.
typesAreBlockPointerCompatible
(
9022
} else if (!S.Context.
typesAreBlockPointerCompatible
(LHSType, RHSType))
Completed in 38 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026