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

  /external/clang/include/clang/AST/
TypeLocVisitor.h 39 RetTy Visit(UnqualTypeLoc TyLoc) {
TypeLoc.h 28 class UnqualTypeLoc;
150 UnqualTypeLoc getUnqualifiedLoc() const; // implemented in this header
222 class UnqualTypeLoc : public TypeLoc {
224 UnqualTypeLoc() {}
225 UnqualTypeLoc(const Type *Ty, void *Data) : TypeLoc(Ty, Data) {}
253 UnqualTypeLoc getUnqualifiedLoc() const {
258 return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt));
297 inline UnqualTypeLoc TypeLoc::getUnqualifiedLoc() const {
300 return castAs<UnqualTypeLoc>();
468 static bool isKind(const UnqualTypeLoc &TL)
    [all...]
RecursiveASTVisitor.h 439 // QualifiedTypeLoc and UnqualTypeLoc are not declared in
445 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
448 bool VisitUnqualTypeLoc(UnqualTypeLoc TL) { return true; }
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 69 milliseconds