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

  /external/clang/lib/Sema/
TypeLocBuilder.cpp 1 //===--- TypeLocBuilder.cpp - Type Source Info collector ------------------===//
10 // This files defines TypeLocBuilder, a class for building TypeLocs
15 #include "TypeLocBuilder.h"
19 void TypeLocBuilder::pushFullCopy(TypeLoc L) {
45 void TypeLocBuilder::grow(size_t NewCapacity) {
63 TypeLoc TypeLocBuilder::pushImpl(QualType T, size_t LocalSize, unsigned LocalAlignment) {
TypeLocBuilder.h 1 //===--- TypeLocBuilder.h - Type Source Info collector ----------*- C++ -*-===//
10 // This files defines TypeLocBuilder, a class for building TypeLocs
23 class TypeLocBuilder {
47 TypeLocBuilder()
53 ~TypeLocBuilder() {
86 /// \brief Tell the TypeLocBuilder that the type it is storing has been
135 /// \brief Retrieve a temporary TypeLoc that refers into this \c TypeLocBuilder
139 /// \c TypeLocBuilder is active and has not had more type information
Android.mk 73 TypeLocBuilder.cpp
TreeTransform.h 17 #include "TypeLocBuilder.h"
307 QualType TransformType(TypeLocBuilder &TLB, TypeLoc TL);
542 QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T);
545 QualType TransformFunctionProtoType(TypeLocBuilder &TLB,
553 TransformTemplateSpecializationType(TypeLocBuilder &TLB,
558 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB,
564 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB,
591 QualType TransformReferenceType(TypeLocBuilder &TLB, ReferenceTypeLoc TL);
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaCXXScopeSpec.cpp 15 #include "TypeLocBuilder.h"
631 TypeLocBuilder TLB;
764 TypeLocBuilder TLB;
    [all...]
SemaTemplateVariadic.cpp 13 #include "TypeLocBuilder.h"
468 TypeLocBuilder TLB;
865 TypeLocBuilder TLB;
    [all...]
SemaTemplate.cpp     [all...]
SemaLambda.cpp 14 #include "TypeLocBuilder.h"
711 TypeLocBuilder TLB;
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp 15 #include "TypeLocBuilder.h"
182 TypeLocBuilder Builder;
387 TypeLocBuilder Builder;
449 TypeLocBuilder Builder;
672 TypeLocBuilder Builder;
    [all...]
SemaExprCXX.cpp 16 #include "TypeLocBuilder.h"
    [all...]
SemaType.cpp 15 #include "TypeLocBuilder.h"
    [all...]
SemaExpr.cpp     [all...]

Completed in 403 milliseconds