HomeSort by relevance Sort by last modified time
    Searched refs:TypeLocBuilder (Results 1 - 13 of 13) 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 72 TypeLocBuilder.cpp
TreeTransform.h 17 #include "TypeLocBuilder.h"
304 QualType TransformType(TypeLocBuilder &TLB, TypeLoc TL);
539 QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T);
542 QualType TransformFunctionProtoType(TypeLocBuilder &TLB,
551 TransformTemplateSpecializationType(TypeLocBuilder &TLB,
556 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB,
562 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB,
589 QualType TransformReferenceType(TypeLocBuilder &TLB, ReferenceTypeLoc TL);
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaCXXScopeSpec.cpp 15 #include "TypeLocBuilder.h"
583 TypeLocBuilder TLB;
712 TypeLocBuilder TLB;
768 TypeLocBuilder Builder;
814 TypeLocBuilder Builder;
    [all...]
SemaTemplateVariadic.cpp 21 #include "TypeLocBuilder.h"
468 TypeLocBuilder TLB;
877 TypeLocBuilder TLB;
    [all...]
SemaLambda.cpp 21 #include "TypeLocBuilder.h"
445 TypeLocBuilder TLB;
    [all...]
SemaTemplate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp 16 #include "TypeLocBuilder.h"
    [all...]
SemaType.cpp 37 #include "TypeLocBuilder.h"
    [all...]
SemaDecl.cpp 15 #include "TypeLocBuilder.h"
323 TypeLocBuilder Builder;
583 TypeLocBuilder Builder;
    [all...]

Completed in 52 milliseconds