OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FoundName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp
908
bool
FoundName
= false;
914
FoundName
= true;
918
if (!
FoundName
)
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
254
StringRef
FoundName
=
256
IdentifierInfo *MacroII = PP.getIdentifierInfo(
FoundName
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
1334
auto
FoundName
= MangledDeclNames.find(CanonicalGD);
1335
if (
FoundName
!= MangledDeclNames.end())
1336
return
FoundName
->second;
Completed in 91 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026