OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurDC
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp
394
const DeclContext *
CurDC
= Contexts[I - 1];
395
if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(
CurDC
))
396
CurDC
= CatImpl->getCategoryDecl();
398
if (const auto *Cat = dyn_cast<ObjCCategoryDecl>(
CurDC
)) {
409
OS << cast<NamedDecl>(
CurDC
)->getName();
SemaExprCXX.cpp
1064
DeclContext *
CurDC
= CurSemaContext;
1106
CurDC
= getLambdaAwareParentOfDeclContext(
CurDC
)) {
1122
// 2) We've run out of ScopeInfos but check if
CurDC
is a lambda (which can
1124
if (isLambdaCallOperator(
CurDC
)) {
1132
assert(
CurDC
== getLambdaAwareParentOfDeclContext(CurLSI->CallOperator));
1152
CXXRecordDecl *Closure = cast<CXXRecordDecl>(
CurDC
->getParent());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
343
DeclContext *
CurDC
= nullptr;
350
if (isInLexicalContext(D,
CurDC
))
353
CurDC
= dyn_cast<DeclContext>(D);
Completed in 40 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026