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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp319 SourceLocation TypeLoc = Tok.getLocation(); local
H A DParseExpr.cpp1822 SourceLocation TypeLoc = Tok.getLocation(); local
H A DParseDecl.cpp2277 SourceLocation TypeLoc = Tok.getLocation(); local
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp356 LocTy TypeLoc = Lex.getLoc(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp520 SMLoc TypeLoc; local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h40 class TypeLoc { class in namespace:clang
84 TypeLoc() : Ty(0), Data(0) { } function in class:clang::TypeLoc
85 TypeLoc(QualType ty, void *opaqueData) function in class:clang::TypeLoc
87 TypeLoc(const Type *ty, void *opaqueData) function in class:clang::TypeLoc
189 isKind(const TypeLoc&) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1626 SMLoc TypeLoc = Tok.getLoc(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp10112 ActOnBuiltinOffsetOf(Scope *S, SourceLocation BuiltinLoc, SourceLocation TypeLoc, ParsedType ParsedArgTy, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument

Completed in 229 milliseconds