HomeSort by relevance Sort by last modified time
    Searched refs:LocInfoType (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
LocInfoType.h 1 //===--- 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 {
38 LocInfoType(QualType ty, TypeSourceInfo *TInfo)
  /external/clang/lib/Sema/
DeclSpec.cpp 23 #include "clang/Sema/LocInfoType.h"
308 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
    [all...]
SemaType.cpp     [all...]

Completed in 64 milliseconds