OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributedTypeLoc
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/ARCMigrate/
TransGCAttrs.cpp
41
bool VisitAttributedTypeLoc(
AttributedTypeLoc
TL) {
68
} else if (
AttributedTypeLoc
Attr = TL.getAs<
AttributedTypeLoc
>()) {
83
bool handleAttr(
AttributedTypeLoc
TL, Decl *D = 0) {
239
SmallVector<std::pair<
AttributedTypeLoc
, ObjCPropertyDecl *>, 4> ATLs;
251
if (
AttributedTypeLoc
ATL =
252
TL.getAs<
AttributedTypeLoc
>()) {
/external/clang/include/clang/AST/
TypeLoc.h
688
class
AttributedTypeLoc
: public ConcreteTypeLoc<UnqualTypeLoc,
689
AttributedTypeLoc
,
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
ASTWriter.cpp
550
void TypeLocWriter::VisitAttributedTypeLoc(
AttributedTypeLoc
TL) {
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 106 milliseconds