OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CachedCompletionAllocator
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
ASTUnit.h
326
return
CachedCompletionAllocator
;
339
CachedCompletionAllocator
;
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
364
CachedCompletionAllocator
= new GlobalCodeCompletionAllocator;
365
CodeCompletionTUInfo CCTUInfo(
CachedCompletionAllocator
);
366
TheSema->GatherGlobalCodeCompletions(*
CachedCompletionAllocator
,
378
*
CachedCompletionAllocator
,
444
*
CachedCompletionAllocator
,
467
*
CachedCompletionAllocator
,
502
CachedCompletionAllocator
= 0;
[
all
...]
/external/clang/tools/libclang/
CIndexCodeCompletion.cpp
283
CachedCompletionAllocator
;
733
Results->
CachedCompletionAllocator
= AST->getCachedCompletionAllocator();
[
all
...]
Completed in 352 milliseconds