HomeSort by relevance Sort by last modified time
    Searched refs:UnqualTypeLoc (Results 1 - 5 of 5) 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
207 class UnqualTypeLoc : public TypeLoc {
209 UnqualTypeLoc() {}
210 UnqualTypeLoc(const Type *Ty, void *Data) : TypeLoc(Ty, Data) {}
238 UnqualTypeLoc getUnqualifiedLoc() const {
243 return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt));
278 inline UnqualTypeLoc TypeLoc::getUnqualifiedLoc() const {
281 return castAs<UnqualTypeLoc>();
435 static bool isKind(const UnqualTypeLoc &TL)
    [all...]
DataRecursiveASTVisitor.h 370 // QualifiedTypeLoc and UnqualTypeLoc are not declared in
376 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
379 bool VisitUnqualTypeLoc(UnqualTypeLoc TL) { return true; }
    [all...]
RecursiveASTVisitor.h 372 // QualifiedTypeLoc and UnqualTypeLoc are not declared in
378 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
381 bool VisitUnqualTypeLoc(UnqualTypeLoc TL) { return true; }
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 93 milliseconds