OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFunctionPointerType
(Results
1 - 15
of
15
) sorted by null
/external/clang/lib/Sema/
TargetAttributesSema.cpp
90
if (VD && VD->getType()->
isFunctionPointerType
())
94
if (TD && (TD->getUnderlyingType()->
isFunctionPointerType
() ||
SemaCast.cpp
[
all
...]
SemaDeclAttr.cpp
75
if (Ty->
isFunctionPointerType
())
[
all
...]
SemaTemplateDeduction.cpp
[
all
...]
SemaChecking.cpp
835
if (!Ty->isBlockPointerType() && !Ty->
isFunctionPointerType
())
843
} else { // Ty->
isFunctionPointerType
()
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
59
T->
isFunctionPointerType
() ||
74
if (FieldT->isBlockPointerType() || FieldT->
isFunctionPointerType
())
[
all
...]
SValBuilder.cpp
443
if (originalTy->isBlockPointerType() || originalTy->
isFunctionPointerType
()) {
/external/clang/include/clang/AST/
CanonicalType.h
275
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isFunctionPointerType
)
Type.h
[
all
...]
/external/clang/lib/AST/
CommentSema.cpp
829
return QT->
isFunctionPointerType
();
[
all
...]
ExprConstant.cpp
[
all
...]
/external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp
[
all
...]
RewriteModernObjC.cpp
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
[
all
...]
Completed in 392 milliseconds