OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLoc
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransARCAssign.cpp
60
TypeLoc
TLoc
= var->getTypeSourceInfo()->getTypeLoc();
61
Pass.TA.insert(
TLoc
.getBeginLoc(), "__strong ");
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
1803
/// Matches nodes of type \c
TLoc
for which the inner
1805
template <typename
TLoc
, typename T>
1806
class LocMatcher : public MatcherInterface<
TLoc
> {
1813
bool matches(const
TLoc
&Node, ASTMatchFinder *Finder,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
5583
/// \param
TLoc
map-type-modifier location.
5584
void setMapTypeModifierLoc(unsigned I, SourceLocation
TLoc
) {
5587
MapTypeModifiersLoc[I] =
TLoc
;
5597
/// \param
TLoc
Type location.
5598
void setMapLoc(SourceLocation
TLoc
) { MapLoc =
TLoc
; }
6505
/// \param
TLoc
motion-modifier location.
6506
void setMotionModifierLoc(unsigned I, SourceLocation
TLoc
) {
6509
MotionModifiersLoc[I] =
TLoc
;
6707
/// \param
TLoc
motion-modifier location
[
all
...]
ASTContext.h
1512
getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation
TLoc
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
610
SourceLocation
TLoc
= TInfo->getTypeLoc().getBeginLoc();
611
TInfo = Context.getTrivialTypeSourceInfo(T,
TLoc
);
SemaTemplate.cpp
5308
convertTypeTemplateArgumentToTemplate(ASTContext &Context, TypeLoc
TLoc
) {
5311
if (auto ETLoc =
TLoc
.getAs<ElaboratedTypeLoc>()) {
5316
TLoc
= ETLoc.getNamedTypeLoc();
5320
if (auto InjLoc =
TLoc
.getAs<InjectedClassNameTypeLoc>())
5328
if (auto RecLoc =
TLoc
.getAs<RecordTypeLoc>())
SemaType.cpp
5089
ObjCObjectPointerTypeLoc
TLoc
= TLB.push<ObjCObjectPointerTypeLoc>(T);
5090
TLoc
.setStarLoc(FixitLoc);
Completed in 139 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026