OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextTypeLoc
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
TypeLocBuilder.cpp
26
CurTL = CurTL.
getNextTypeLoc
();
64
QualType TLast = TypeLoc(T, nullptr).
getNextTypeLoc
().getType();
SemaType.cpp
5961
Visit(TL.
getNextTypeLoc
().getUnqualifiedLoc());
6272
CurrTL = CurrTL.
getNextTypeLoc
().getUnqualifiedLoc();
6286
CurrTL = TL.
getNextTypeLoc
().getUnqualifiedLoc();
6291
CurrTL = TL.
getNextTypeLoc
().getUnqualifiedLoc();
6305
CurrTL = TL.
getNextTypeLoc
().getUnqualifiedLoc();
6308
CurrTL = CurrTL.
getNextTypeLoc
().getUnqualifiedLoc();
SemaDeclCXX.cpp
5831
Visit(TL.
getNextTypeLoc
(), Sema::AbstractNone); \
5845
if (TypeLoc Next = TL.
getNextTypeLoc
())
/src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp
102
TyLoc = TyLoc.
getNextTypeLoc
();
115
return TyLoc.
getNextTypeLoc
(); \
140
TL = TLCasted.
getNextTypeLoc
(); \
187
other = other.
getNextTypeLoc
();
188
} while ((TL = TL.
getNextTypeLoc
()));
213
Cur = Cur.
getNextTypeLoc
();
218
Cur = Cur.
getNextTypeLoc
();
264
Cur = Cur.
getNextTypeLoc
();
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp
118
TL = TL.
getNextTypeLoc
();
127
TL = TL.
getNextTypeLoc
();
143
TL = TL.
getNextTypeLoc
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
169
TypeLoc
getNextTypeLoc
() const {
299
TypeLoc
getNextTypeLoc
() const {
405
TypeLoc
getNextTypeLoc
() const {
406
return
getNextTypeLoc
(asDerived()->getInnerType());
475
TypeLoc
getNextTypeLoc
(HasNoInnerType _) const { return {}; }
477
TypeLoc
getNextTypeLoc
(QualType T) const {
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp
135
auto N = T.
getNextTypeLoc
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
5165
for (; !TL.isNull(); TL = TL.
getNextTypeLoc
())
ASTReader.cpp
6796
for (; !TL.isNull(); TL = TL.
getNextTypeLoc
())
Completed in 61 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026