OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VDType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp
1192
QualType
VDType
= VD->getType();
1194
Context.hasSameType(ArgType->getPointeeType(),
VDType
))
1222
QualType
VDType
= VD->getType();
1224
Context.hasSameType(ArgType->getPointeeType(),
VDType
))
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
3347
QualType
VDType
= VD->getType();
3355
if (!(CESK & CES_AllowDifferentTypes) && !
VDType
->isDependentType() &&
3356
!Context.hasSameUnqualifiedType(ReturnType,
VDType
))
3376
if (
VDType
->isObjectType()) {
3379
if (
VDType
.isVolatileQualified())
3381
} else if (
VDType
->isRValueReferenceType()) {
3386
QualType VDReferencedType =
VDType
.getNonReferenceType();
3398
if (!
VDType
->isDependentType() && VD->hasAttr<AlignedAttr>() &&
3399
Context.getDeclAlign(VD) > Context.getTypeAlignInChars(
VDType
))
Completed in 18 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026