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

/external/clang/include/clang/Frontend/
H A DASTUnit.h371 CodeCompletionTUInfo &getCodeCompletionTUInfo() { function in class:clang::ASTUnit
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp264 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } function in class:__anon1323::ResultBuilder
1297 Results.getCodeCompletionTUInfo());
1413 Results.getCodeCompletionTUInfo());
1507 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
1523 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
2316 Result.getCodeCompletionTUInfo());
2411 Result.getCodeCompletionTUInfo());
2894 Result.getCodeCompletionTUInfo());
2927 Result.getCodeCompletionTUInfo());
3224 Results.getCodeCompletionTUInfo());
[all...]

Completed in 575 milliseconds