OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCharType
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NonnullGlobalConstantsChecker.cpp
133
if (Ty->isPointerType() && Ty->getPointeeType()->
isCharType
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaFixItUtils.cpp
188
if (T.
isCharType
())
SemaInit.cpp
73
if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->
isCharType
())
93
if (ElemTy->
isCharType
())
111
if (ElemTy->
isCharType
() || ElemTy->isChar8Type())
119
if (ElemTy->
isCharType
() || ElemTy->isChar8Type())
127
if (ElemTy->
isCharType
() || ElemTy->isChar8Type())
5878
} else if (DestAT->getElementType()->
isCharType
())
SemaDeclAttr.cpp
802
if (!ParamTy->isIntegerType() && !ParamTy->
isCharType
()) {
3284
!Ty->castAs<PointerType>()->getPointeeType()->
isCharType
())) {
3294
!Ty->castAs<PointerType>()->getPointeeType()->
isCharType
())) {
3474
!Ty->castAs<PointerType>()->getPointeeType()->
isCharType
()) {
SemaChecking.cpp
1802
!PT->isPointerType() || !PT->getPointeeType()->
isCharType
() ||
8854
!ExprTy->
isCharType
()) {
12181
if (CC.isValid() && T->
isCharType
()) {
12552
if (isObjCSignedCharBool(S, T) && !Source->
isCharType
() &&
SemaExpr.cpp
3628
if (!QT->isIntegerType() || QT->isBooleanType() || QT->
isCharType
()) {
8914
if (lhptee->
isCharType
())
8919
if (rhptee->
isCharType
())
10249
RHSTy->isReferenceType() || ArrayElemTy->
isCharType
() ||
SemaOverload.cpp
2145
if (FromType->isAnyCharacterType() && !FromType->
isCharType
() &&
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
274
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isCharType
)
Type.h
1975
bool
isCharType
() const;
/src/external/apache2/llvm/dist/clang/lib/AST/
TemplateBase.cpp
82
} else if (T->
isCharType
()) {
PrintfFormatString.cpp
876
if (!isa<TypedefType>(QT) && QT->
isCharType
()) {
ItaniumMangle.cpp
5929
static bool
isCharType
(QualType T) {
5959
if (!
isCharType
(TemplateArgs[0].getAsType()))
5975
if (!
isCharType
(TemplateArgs[0].getAsType()))
6024
if (!
isCharType
(TemplateArgs[0].getAsType()))
Type.cpp
1946
bool Type::
isCharType
() const {
Expr.cpp
2096
if (!PTy || !PTy->getPointeeType()->
isCharType
())
ASTContext.cpp
7481
if (PointeeTy->
isCharType
()) {
ExprConstant.cpp
8953
return T->
isCharType
() || T->isChar8Type();
Completed in 126 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026