OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MacroArgUse
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Edit/
EditedSource.h
51
struct
MacroArgUse
{
58
bool operator==(const
MacroArgUse
&Other) const {
65
llvm::DenseMap<SourceLocation, SmallVector<
MacroArgUse
, 2>> ExpansionToArgMap;
66
SmallVector<std::pair<SourceLocation,
MacroArgUse
>, 2>
107
MacroArgUse
&ArgUse);
/src/external/apache2/llvm/dist/clang/lib/Edit/
EditedSource.cpp
36
MacroArgUse
&ArgUse) {
49
ArgUse =
MacroArgUse
{nullptr, SourceLocation(), SourceLocation()};
60
MacroArgUse
ArgUse;
83
MacroArgUse
ArgUse;
87
find_if(I->second, [&](const
MacroArgUse
&U) {
120
MacroArgUse
ArgUse;
Completed in 32 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026