Home
last modified time | relevance | path

Searched refs:TypeLocs (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTypeLocBuilder.cpp22 SmallVector<TypeLoc, 4> TypeLocs; in pushFullCopy() local
25 TypeLocs.push_back(CurTL); in pushFullCopy()
29 for (unsigned i = 0, e = TypeLocs.size(); i < e; ++i) { in pushFullCopy()
30 TypeLoc CurTL = TypeLocs[e-i-1]; in pushFullCopy()
49 SmallVector<TypeLoc, 4> TypeLocs; in pushTrivial() local
51 TypeLocs.push_back(CurTL); in pushTrivial()
53 for (const auto &CurTL : llvm::reverse(TypeLocs)) { in pushTrivial()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp83 if (!Obj.TypeLocs.empty()) in toJSON()
84 JsonObj["typeLocs"] = Obj.TypeLocs; in toJSON()
223 CD.TypeLocs = CaptureMethods("class clang::TypeLoc", ASTClass, Result); in run()
H A DAPIData.h23 std::vector<std::string> TypeLocs; member