HomeSort by relevance Sort by last modified time
    Searched defs:TypeLoc (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Parse/
ParseOpenMP.cpp 308 SourceLocation TypeLoc = Tok.getLocation();
316 return Actions.ActOnOpenMPSimpleClause(Kind, Type, TypeLoc, LOpen, Loc,
ParseExpr.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 500 SMLoc TypeLoc;
502 TypeLoc = getLexer().getLoc();
517 return Error(TypeLoc, "unsupported attribute in '.type' directive");
  /external/llvm/lib/AsmParser/
LLParser.cpp 352 LocTy TypeLoc = Lex.getLoc();
364 if (ParseStructDefinition(TypeLoc, "",
370 return Error(TypeLoc, "non-struct types may not be recursive");
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 1 //===--- TypeLoc.h - Type Source Info Wrapper -------------------*- C++ -*-===//
10 // This file defines the TypeLoc interface and subclasses.
31 #define TYPELOC(Class, Base) \
32 class Class##TypeLoc;
37 /// A client should use the TypeLoc subclasses through cast/dyn_cast in order to
39 class TypeLoc {
47 /// \brief Convert to the specified TypeLoc type, asserting that this TypeLoc
53 TypeLoc& tl = t;
58 /// \brief Convert to the specified TypeLoc type, returning a null TypeLoc i
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]

Completed in 207 milliseconds