OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclNames
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
259
auto &
DeclNames
= Actions.getASTContext().DeclarationNames;
260
return OOK == OO_None ?
DeclNames
.getIdentifier(Tok.getIdentifierInfo())
261
:
DeclNames
.getCXXOperatorName(OOK);
536
auto &
DeclNames
= Actions.getASTContext().DeclarationNames;
543
MapperId =
DeclNames
.getIdentifier(Tok.getIdentifierInfo());
551
DeclNames
.getIdentifier(&Actions.getASTContext().Idents.get("default"));
3531
auto &
DeclNames
= Actions.getASTContext().DeclarationNames;
3533
DeclNames
.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
18951
auto &
DeclNames
= SemaRef.getASTContext().DeclarationNames;
18952
MapperId.setName(
DeclNames
.getIdentifier(
Completed in 32 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026