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

12 3

  /external/clang/lib/Parse/
ParseOpenMP.cpp 446 SourceLocation TypeLoc = Tok.getLocation();
454 return Actions.ActOnOpenMPSimpleClause(Kind, Type, TypeLoc, LOpen, Loc,
ParseExpr.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 623 SMLoc TypeLoc = getLexer().getLoc();
631 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) {
381 void Sema::collectUnexpandedParameterPacks(TypeLoc TL,
859 TypeLoc Pattern = Expansion.getPatternLoc();
862 // We need to copy the TypeLoc because TemplateArgumentLocs store a
    [all...]
TreeTransform.h 307 QualType TransformType(TypeLocBuilder &TLB, TypeLoc TL);
541 #define TYPELOC(CLASS, PARENT) \
542 QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T);
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 21 #include "clang/AST/TypeLoc.h"
    [all...]
SemaType.cpp 23 #include "clang/AST/TypeLoc.h"
    [all...]
DeclSpec.cpp 19 #include "clang/AST/TypeLoc.h"
57 TypeLoc TL, SourceLocation ColonColonLoc) {
    [all...]
SemaExceptionSpec.cpp 19 #include "clang/AST/TypeLoc.h"
298 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 176 TypeLoc::TemplateSpecialization) {
  /external/clang/tools/libclang/
IndexingContext.h 381 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
CIndex.cpp 701 TypeLoc TL = SpecType->getTypeLoc();
786 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 19 bool VisitTypeLoc(TypeLoc TypeLocation) {
  /external/clang/include/clang/Sema/
Initialization.h 36 class TypeLoc;
    [all...]
DeclSpec.h 40 class TypeLoc;
91 /// \param TL The TypeLoc that describes the type preceding the '::'.
94 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
    [all...]
Sema.h 26 #include "clang/AST/TypeLoc.h"
171 class TypeLoc;
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 601 void AddTypeLoc(TypeLoc TL, RecordDataImpl &Record);
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 301 REGISTER_MATCHER(typeLoc);
374 ASTNodeKind::getFromNodeKind<TypeLoc>()
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 213 .getTypedMatcher<TypeLoc>()));
  /external/llvm/lib/AsmParser/
LLParser.h 277 bool ParseStructDefinition(SMLoc TypeLoc, StringRef Name,
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 21 #include "clang/AST/TypeLoc.h"
    [all...]
  /external/clang/include/clang/AST/
Decl.h 46 class TypeLoc;
52 /// A client can read the relevant info using TypeLoc wrappers, e.g:
54 /// TypeLoc TL = TypeSourceInfo->getTypeLoc();
68 /// \brief Return the TypeLoc wrapper for the type source info.
69 TypeLoc getTypeLoc() const; // implemented in TypeLoc.h
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 842 TypeLoc TL = TSInfo->getTypeLoc();
    [all...]

Completed in 395 milliseconds

12 3