HomeSort by relevance Sort by last modified time
    Searched refs:TypeLoc (Results 26 - 50 of 67) sorted by null

12 3

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 64 TypeLoc TL = TInfo->getTypeLoc();
246 TypeLoc TL = TInfo->getTypeLoc();
ObjCMT.cpp 777 TypeLoc TLoc = TSourceInfo->getTypeLoc();
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 341 LocTy TypeLoc = Lex.getLoc();
350 if (ParseStructDefinition(TypeLoc, "",
356 return Error(TypeLoc, "non-struct types may not be recursive");
    [all...]
LLParser.h 303 bool ParseStructDefinition(SMLoc TypeLoc, StringRef Name,
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 601 SMLoc TypeLoc = getLexer().getLoc();
609 return Error(TypeLoc, "unsupported attribute in '.type' directive");
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 16 #include "clang/AST/TypeLoc.h"
132 bool TraverseTypeLoc(TypeLoc TL) {
390 void Sema::collectUnexpandedParameterPacks(TypeLoc TL,
    [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h 308 QualType TransformType(TypeLocBuilder &TLB, TypeLoc TL);
567 #define TYPELOC(CLASS, PARENT) \
568 QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T);
    [all...]
SemaType.cpp 23 #include "clang/AST/TypeLoc.h"
795 if (TypeLoc qual = typeArgInfo->getTypeLoc().findExplicitQualifierLoc()) {
    [all...]
SemaTemplateInstantiateDecl.cpp 21 #include "clang/AST/TypeLoc.h"
    [all...]
SemaExceptionSpec.cpp 19 #include "clang/AST/TypeLoc.h"
343 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
    [all...]
DeclSpec.cpp 18 #include "clang/AST/TypeLoc.h"
48 TypeLoc TL, SourceLocation ColonColonLoc) {
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 384 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
CIndex.cpp 712 TypeLoc TL = SpecType->getTypeLoc();
797 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
    [all...]
CXCursor.cpp 1023 TypeLoc TL = Type->getTypeLoc();
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 628 SourceLocation TypeLoc = Tok.getLocation();
636 return Actions.ActOnOpenMPSimpleClause(Kind, Type, TypeLoc, LOpen, Loc,
    [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 36 class TypeLoc;
    [all...]
DeclSpec.h 41 class TypeLoc;
88 /// \param TL The TypeLoc that describes the type preceding the '::'.
91 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
    [all...]
Sema.h 26 #include "clang/AST/TypeLoc.h"
172 class TypeLoc;
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 674 void AddTypeLoc(TypeLoc TL, RecordDataImpl &Record);
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 364 REGISTER_MATCHER(typeLoc);
428 ASTNodeKind::getFromNodeKind<TypeLoc>()};
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 213 .getTypedMatcher<TypeLoc>()));
  /external/clang/lib/AST/
DeclCXX.cpp 21 #include "clang/AST/TypeLoc.h"
    [all...]
  /external/clang/include/clang/AST/
Decl.h 49 class TypeLoc;
55 /// A client can read the relevant info using TypeLoc wrappers, e.g:
57 /// TypeLoc TL = TypeSourceInfo->getTypeLoc();
71 /// \brief Return the TypeLoc wrapper for the type source info.
72 TypeLoc getTypeLoc() const; // implemented in TypeLoc.h
    [all...]

Completed in 995 milliseconds

12 3