Searched defs:TypeLocBuilder (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DTypeLocBuilder.h1 //===--- TypeLocBuilder.h - Type Source Info collector ----------*- C++ -*-===//
10 // This files defines TypeLocBuilder, a class for building TypeLocs
23 class TypeLocBuilder { class in namespace:clang
47 TypeLocBuilder() function in class:clang::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

Completed in 1625 milliseconds