OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddResult
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp
336
void
AddResult
(Result R, DeclContext *CurContext, NamedDecl *Hiding,
340
void
AddResult
(Result R);
1259
void ResultBuilder::
AddResult
(Result R, DeclContext *CurContext,
1273
AddResult
(Result, CurContext, Hiding);
1382
void ResultBuilder::
AddResult
(Result R) {
1647
Results.
AddResult
(Result, InitialLookupCtx, Hiding, InBaseClass);
1689
Results.
AddResult
(Result("short", CCP_Type));
1690
Results.
AddResult
(Result("long", CCP_Type));
1691
Results.
AddResult
(Result("signed", CCP_Type));
1692
Results.
AddResult
(Result("unsigned", CCP_Type))
[
all
...]
/src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
OrcV2CBindingsReflectProcessSymbols.c
97
LLVMValueRef
AddResult
= LLVMBuildCall2(Builder, I32BinOpFunctionType,
101
LLVMBuildRet(Builder,
AddResult
);
/src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp
167
KeywordStatus
AddResult
= getKeywordStatus(LangOpts, Flags);
179
if (
AddResult
== KS_Disabled) return;
182
Table.get(Keyword,
AddResult
== KS_Future ? tok::identifier : TokenCode);
183
Info.setIsExtensionToken(
AddResult
== KS_Extension);
184
Info.setIsFutureCompatKeyword(
AddResult
== KS_Future);
/src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp
1573
auto
AddResult
= LoadedModuleMaps.insert(std::make_pair(File, true));
1574
if (!
AddResult
.second)
1575
return
AddResult
.first->second ? LMM_AlreadyLoaded : LMM_InvalidModuleMap;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
209
bool
AddResult
= false;
219
: Reader(Reader), New(New), Existing(Existing),
AddResult
(true),
225
AddResult
(Other.
AddResult
),
228
Other.
AddResult
= false;
236
void suppress() {
AddResult
= false; }
3313
if (!
AddResult
|| Existing)
ASTReader.cpp
4499
ModuleManager::AddModuleResult
AddResult
4505
switch (
AddResult
) {
Completed in 44 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026