OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TSTLoc
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
DeclSpec.cpp
605
TSTLoc
= TagKwLoc;
624
TSTLoc
= Loc;
652
TSTLoc
= TagKwLoc;
668
TSTLoc
= Loc;
705
TSTLoc
= Loc;
719
TSTLoc
= Loc;
727
TSTLoc
= SourceLocation();
885
Diag(D,
TSTLoc
, diag::err_decltype_auto_cannot_be_combined)
902
Diag(D,
TSTLoc
, diag::err_invalid_vector_bool_decl_spec)
[
all
...]
/external/clang/include/clang/Sema/
DeclSpec.h
375
SourceLocation TSWLoc, TSCLoc, TSSLoc,
TSTLoc
, AltiVecLoc;
378
/// otherwise, it is the same as
TSTLoc
. Hence, the pair
TSTLoc
and
492
SourceLocation getTypeSpecTypeLoc() const { return
TSTLoc
; }
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
682
if (TemplateSpecializationTypeLoc
TSTLoc
=
684
for (unsigned I = 0, N =
TSTLoc
.getNumArgs(); I != N; ++I)
685
if (VisitTemplateArgumentLoc(
TSTLoc
.getArgLoc(I)))
[
all
...]
Completed in 26 milliseconds