Searched defs:TypeLoc (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp352 LocTy TypeLoc = Lex.getLoc(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp500 SMLoc TypeLoc; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h39 class TypeLoc { class in namespace:clang
81 TypeLoc() : Ty(0), Data(0) { } function in class:clang::TypeLoc
82 TypeLoc(QualType ty, void *opaqueData) function in class:clang::TypeLoc
84 TypeLoc(const Type *ty, void *opaqueData) function in class:clang::TypeLoc
182 isKind(const TypeLoc&) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1774 SourceLocation TypeLoc = Tok.getLocation(); local
H A DParseDecl.cpp2236 SourceLocation TypeLoc = Tok.getLocation(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1540 SMLoc TypeLoc = Tok.getLoc(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9687 ActOnBuiltinOffsetOf(Scope *S, SourceLocation BuiltinLoc, SourceLocation TypeLoc, ParsedType ParsedArgTy, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument

Completed in 279 milliseconds