Home
last modified time | relevance | path

Searched refs:Contexts (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp75 for (ContextMap::iterator I = Contexts.begin(), E = Contexts.end(); I!=E; ++I) in clear()
77 Contexts.clear(); in clear()
206 AnalysisDeclContext *&AC = Contexts[D]; in getContext()
272 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getLocationContext()
276 Contexts.InsertNode(L, InsertPos); in getLocationContext()
290 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getStackFrame()
293 Contexts.InsertNode(L, InsertPos); in getStackFrame()
314 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID, in getBlockInvocationContext()
318 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
462 for (ContextMap::iterator I = Contexts.begin(), E = Contexts.end(); I!=E; ++I) in ~AnalysisDeclContextManager()
[all …]
/external/clang/lib/AST/
DDeclBase.cpp865 DeclContext::collectAllContexts(llvm::SmallVectorImpl<DeclContext *> &Contexts){ in collectAllContexts() argument
866 Contexts.clear(); in collectAllContexts()
869 Contexts.push_back(this); in collectAllContexts()
876 Contexts.push_back(N); in collectAllContexts()
878 std::reverse(Contexts.begin(), Contexts.end()); in collectAllContexts()
1120 llvm::SmallVector<DeclContext *, 2> Contexts; in buildLookup() local
1121 collectAllContexts(Contexts); in buildLookup()
1122 for (unsigned I = 0, N = Contexts.size(); I != N; ++I) in buildLookup()
1123 buildLookupImpl(Contexts[I]); in buildLookup()
DDecl.cpp871 ContextsTy Contexts; in getQualifiedNameAsString() local
875 Contexts.push_back(Ctx); in getQualifiedNameAsString()
882 for (ContextsTy::reverse_iterator I = Contexts.rbegin(), E = Contexts.rend(); in getQualifiedNameAsString()
/external/libvpx/vp8/common/
Dcontext.c17 int Contexts[vp8_coef_counter_dimen];
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp287 llvm::SmallVector<DeclContext *, 2> Contexts; in getParentName() local
291 Contexts.push_back(DC); in getParentName()
301 for (unsigned I = Contexts.size(); I != 0; --I) { in getParentName()
308 DeclContext *CurDC = Contexts[I-1]; in getParentName()
/external/clang/lib/Frontend/
DASTUnit.cpp274 uint64_t Contexts = 0; in getDeclShowContexts() local
279 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel) in getDeclShowContexts()
288 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
293 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver); in getDeclShowContexts()
297 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName); in getDeclShowContexts()
301 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag); in getDeclShowContexts()
308 Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag); in getDeclShowContexts()
310 Contexts |= (1LL << CodeCompletionContext::CCC_ClassOrStructTag); in getDeclShowContexts()
318 Contexts = (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
323 Contexts = (1LL << CodeCompletionContext::CCC_ObjCProtocolName); in getDeclShowContexts()
[all …]
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp286 unsigned long long Contexts; member
316 Contexts(CXCompletionContext_Unknown), in AllocatedCXCodeCompleteResults()
551 AllocatedResults.Contexts = getContextsForContextKind(contextKind, S); in ProcessCodeCompleteResults()
876 return Results->Contexts; in clang_codeCompleteGetContexts()
/external/clang/include/clang/Analysis/
DAnalysisContext.h348 llvm::FoldingSet<LocationContext> Contexts; variable
379 ContextMap Contexts; variable
/external/clang/lib/Serialization/
DASTReader.cpp4889 llvm::SmallVectorImpl<const DeclContext *> &Contexts; member in __anon3409e94a0811::DeclContextNameLookupVisitor
4895 SmallVectorImpl<const DeclContext *> &Contexts, in DeclContextNameLookupVisitor() argument
4898 : Reader(Reader), Contexts(Contexts), Name(Name), Decls(Decls) { } in DeclContextNameLookupVisitor()
4908 for (unsigned I = 0, N = This->Contexts.size(); I != N; ++I) { in visit()
4909 Info = M.DeclContextInfos.find(This->Contexts[I]); in visit()
4966 SmallVector<const DeclContext *, 2> Contexts; in FindExternalVisibleDeclsByName() local
4967 Contexts.push_back(DC); in FindExternalVisibleDeclsByName()
4974 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I]))); in FindExternalVisibleDeclsByName()
4978 DeclContextNameLookupVisitor Visitor(*this, Contexts, Name, Decls); in FindExternalVisibleDeclsByName()
4990 llvm::SmallVectorImpl<const DeclContext *> &Contexts; member in __anon3409e94a0911::DeclContextAllNamesVisitor
[all …]
/external/libvpx/
Dusage.dox23 \subsection usage_ctxs Contexts
/external/clang/include/clang/AST/
DDeclBase.h1171 void collectAllContexts(llvm::SmallVectorImpl<DeclContext *> &Contexts);
/external/srtp/doc/
Drfc3711.txt47 3.2. SRTP Cryptographic Contexts. . . . . . . . . . . . . . . 7
50 3.2.3. Mapping SRTP Packets to Cryptographic Contexts . 10
378 3.2. SRTP Cryptographic Contexts
534 3.2.3. Mapping SRTP Packets to Cryptographic Contexts
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml245 (*===-- Contexts ----------------------------------------------------------===*)
Dllvm.mli306 (** {6 Contexts} *)
/external/v8/
DChangeLog2518 Contexts and scripts to avoid potentially keeping global objects