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

  /external/clang/lib/Sema/
TreeTransform.h 1 //===------- TreeTransform.h - Semantic Tree Transformation -----*- C++ -*-===//
47 /// \c TreeTransform<X> and then overriding certain operations to provide
84 /// By default, \c TreeTransform will invoke semantic analysis to rebuild
95 class TreeTransform {
123 TreeTransform(Sema &SemaRef) : SemaRef(SemaRef) { }
176 TreeTransform &Self;
181 TemporaryBase(TreeTransform &Self, SourceLocation Location,
    [all...]
SemaTemplateInstantiate.cpp 14 #include "TreeTransform.h"
625 class TemplateInstantiator : public TreeTransform<TemplateInstantiator> {
631 typedef TreeTransform<TemplateInstantiator> inherited;
    [all...]
SemaTemplateDeduction.cpp 14 #include "TreeTransform.h"
    [all...]
SemaTemplate.cpp 12 #include "TreeTransform.h"
    [all...]
SemaExprCXX.cpp 16 #include "TreeTransform.h"
    [all...]
SemaOpenMP.cpp 15 #include "TreeTransform.h"
    [all...]
SemaExpr.cpp 15 #include "TreeTransform.h"
    [all...]

Completed in 179 milliseconds