OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OldVD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
12633
VarDecl *
OldVD
= C->getCapturedVar();
12638
OldVD
->getInit(),
OldVD
->getInitStyle() == VarDecl::CallInit);
12648
C->getLocation(),
OldVD
->getType()->isReferenceType(),
12649
EllipsisLoc, NumExpansions,
OldVD
->getIdentifier(),
12657
if (
OldVD
->isParameterPack()) {
12658
PackExpansionTypeLoc ExpansionTL =
OldVD
->getTypeSourceInfo()
12662
SemaRef.collectUnexpandedParameterPacks(
OldVD
->getInit(), Unexpanded);
12673
OldVD
->getInit()->getSourceRange(), Unexpanded, Expand,
12807
VarDecl *
OldVD
= C->getCapturedVar()
[
all
...]
SemaDecl.cpp
2854
const auto *
OldVD
= cast<VarDecl>(Old);
2859
const VarDecl *InitDecl =
OldVD
->getInitializingDeclaration();
3995
static bool mergeTypeWithPrevious(Sema &S, VarDecl *NewVD, VarDecl *
OldVD
,
4014
(!
OldVD
->getLexicalDeclContext()->isFunctionOrMethod() &&
4019
return !
OldVD
->getLexicalDeclContext()->isFunctionOrMethod() ||
4020
OldVD
->getLexicalDeclContext() == NewVD->getLexicalDeclContext();
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026