OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLiteralType
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
291
if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->
isLiteralType
(C))
1098
if (!T->
isLiteralType
(Context) || T.isVolatileQualified())
1332
if (!T->
isLiteralType
(Context) ||
Type.cpp
2538
bool Type::
isLiteralType
(const ASTContext &Ctx) const {
2593
return AT->getValueType()->
isLiteralType
(Ctx);
ExprCXX.cpp
1664
getType()->
isLiteralType
(Context) &&
ExprConstant.cpp
2303
if (!E->isRValue() || E->getType()->
isLiteralType
(Info.Ctx))
4072
BaseType->
isLiteralType
(Info.Ctx) && !VD->hasDefinition()) {
4577
if (Object->getType()->
isLiteralType
(Info.Ctx))
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
8746
T->
isLiteralType
(Context))
8788
if (!I.getType()->
isLiteralType
(Context)) {
8795
if (!I->getType()->
isLiteralType
(Context) ||
SemaExprCXX.cpp
4845
return T->
isLiteralType
(C);
SemaDecl.cpp
12474
} else if (getLangOpts().CPlusPlus11 && DclT->
isLiteralType
(Context)) {
SemaDeclCXX.cpp
1645
return !T->
isLiteralType
(SemaRef.Context);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1936
bool
isLiteralType
(const ASTContext &Ctx) const;
Completed in 92 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026