OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThisScope
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
3886
llvm::Optional<Sema::CXXThisScopeRAII>
ThisScope
;
3887
InitCXXThisScopeForDeclaratorIfRelevant(D, D.getDeclSpec(),
ThisScope
);
ParseOpenMP.cpp
657
Sema::CXXThisScopeRAII *
ThisScope
;
672
ThisScope
= new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(),
690
delete
ThisScope
;
ParseDecl.cpp
6425
llvm::Optional<Sema::CXXThisScopeRAII> &
ThisScope
) {
6461
ThisScope
.emplace(Actions, dyn_cast<CXXRecordDecl>(Actions.CurContext), Q,
6575
llvm::Optional<Sema::CXXThisScopeRAII>
ThisScope
;
6576
InitCXXThisScopeForDeclaratorIfRelevant(D, DS,
ThisScope
);
Completed in 37 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026