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

/external/clang/include/clang/Sema/
H A DLocInfoType.h1 //===--- LocInfoType.h - Parsed Type with Location Information---*- C++ -*-===//
10 // This file defines the LocInfoType class, which holds a type and its
26 /// LocInfoType is a "transient" type, only needed for passing to/from Parser
29 class LocInfoType : public Type { class in namespace:clang
38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) function in class:clang::LocInfoType

Completed in 104 milliseconds