OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NestedNameSpecifierLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchFinder.h
217
NestedNameSpecifierLoc
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
NestedNameSpecifier.h
243
class
NestedNameSpecifierLoc
{
257
NestedNameSpecifierLoc
() = default;
261
NestedNameSpecifierLoc
(NestedNameSpecifier *Qualifier, void *Data)
327
NestedNameSpecifierLoc
getPrefix() const {
331
return
NestedNameSpecifierLoc
(Qualifier->getPrefix(), Data);
342
friend bool operator==(
NestedNameSpecifierLoc
X,
343
NestedNameSpecifierLoc
Y) {
347
friend bool operator!=(
NestedNameSpecifierLoc
X,
348
NestedNameSpecifierLoc
Y) {
474
/// \c Adopt() with a proper \c
NestedNameSpecifierLoc
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026