OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNameLoc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
523
SourceLocation
getNameLoc
() const {
532
return SourceRange(
getNameLoc
(),
getNameLoc
());
573
SourceLocation
getNameLoc
() const { return getBuiltinLoc(); }
760
SourceLocation
getNameLoc
() const {
825
SourceLocation start =
getNameLoc
();
1049
SourceLocation
getNameLoc
() const {
1058
return SourceRange(
getNameLoc
(), getNameEndLoc());
1759
SourceLocation
getNameLoc
() const { return this->getLocalData()->NameLoc; }
1764
return SourceRange(
getNameLoc
(), getNameLoc())
[
all
...]
ExprCXX.h
2992
SourceLocation
getNameLoc
() const { return NameInfo.getLoc(); }
3926
SourceLocation getMemberLoc() const { return
getNameLoc
(); }
4271
SourceLocation
getNameLoc
() const {
4274
SourceLocation getBeginLoc() const { return
getNameLoc
(); }
4275
SourceLocation getEndLoc() const { return
getNameLoc
(); }
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h
606
SourceLocation
getNameLoc
() const {
Completed in 24 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026