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

/external/clang/include/clang/Frontend/
H A DASTUnit.h370 CodeCompletionTUInfo &getCodeCompletionTUInfo() { function in class:clang::ASTUnit
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp264 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } function in class:__anon18020::ResultBuilder
1300 Results.getCodeCompletionTUInfo());
1411 Results.getCodeCompletionTUInfo());
1505 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
1521 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
2266 Result.getCodeCompletionTUInfo());
2358 Result.getCodeCompletionTUInfo());
3117 Results.getCodeCompletionTUInfo());
3163 CodeCompleter->getCodeCompletionTUInfo(),
3168 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
[all...]

Completed in 534 milliseconds