OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CachedResult
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/MCDisassembler/
EDInst.h
35
///
CachedResult
- Encapsulates the result of a function along with the validity
37
struct
CachedResult
{
44
CachedResult
() : Valid(false) { }
71
CachedResult
StringifyResult;
79
CachedResult
ParseResult;
91
CachedResult
TokenizeResult;
/external/clang/lib/Frontend/
ASTUnit.cpp
249
CachedCodeCompletionResult
CachedResult
;
250
CachedResult
.Completion = Results[I].CreateCodeCompletionString(*TheSema,
252
CachedResult
.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
255
CachedResult
.Priority = Results[I].Priority;
256
CachedResult
.Kind = Results[I].CursorKind;
257
CachedResult
.Availability = Results[I].Availability;
263
CachedResult
.TypeClass = STC_Void;
264
CachedResult
.Type = 0;
268
CachedResult
.TypeClass = getSimplifiedTypeClass(CanUsageType);
280
CachedResult
.Type = TypeValue
[
all
...]
Completed in 1458 milliseconds