/llvm-project/clang-tools-extra/clangd/test/Inputs/ |
H A D | requests.json | 1 …rks/IndexBenchmark.cpp"],"Query":"OMP","RestrictForCodeCompletion":true,"Scopes":["clang::"], "Any… array 2 {"Limit":100,"ProximityPaths":[],"Query":"s","RestrictForCodeCompletion":true,"Scopes":["llvm::", "… array 3 {"Limit":100,"ProximityPaths":[],"Query":"sy","RestrictForCodeCompletion":true,"Scopes":["llvm::", … array 4 {"Limit":100,"ProximityPaths":[],"Query":"sys","RestrictForCodeCompletion":true,"Scopes":["llvm::",… array 5 {"Limit":100,"ProximityPaths":[],"Query":"sys","RestrictForCodeCompletion":true,"Scopes":["llvm::",… array 6 {"Limit":100,"ProximityPaths":[],"Query":"Dex","RestrictForCodeCompletion":true,"Scopes":["clang::c… array 7 {"Limit":100,"ProximityPaths":[],"Query":"Variable","RestrictForCodeCompletion":true,"Scopes":[""],… array
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SyncScope.h | 160 static const unsigned Scopes[] = { in getRuntimeValues() local 211 static const unsigned Scopes[] = { in getRuntimeValues() local 260 static const unsigned Scopes[] = { in getRuntimeValues() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.h | 42 llvm::SmallVector<std::pair<unsigned, const VarDecl *>, 48> Scopes; variable
|
H A D | MacroPPCallbacks.h | 51 llvm::SmallVector<llvm::DIMacroFile *, 4> Scopes; variable
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | IncludeFixer.h | 67 std::vector<std::string> Scopes; // Namespace scopes we should search in. member
|
H A D | IncludeFixer.cpp | 481 std::vector<std::string> Scopes; in collectAccessibleScopes() local
|
/llvm-project/clang-tools-extra/clangd/index/dex/dexp/ |
H A D | Dexp.cpp | 143 llvm::cl::opt<std::string> Scopes{ member in clang::clangd::__anonac3892160111::FuzzyFind 158 llvm::SmallVector<llvm::StringRef> Scopes; in run() local [all...] |
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Index.h | 36 std::vector<std::string> Scopes; member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScopedNoAliasAA.cpp | 117 bool ScopedNoAliasAAResult::mayAliasInScopes(const MDNode *Scopes, in mayAliasInScopes()
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 174 SmallVector<DIScope *, 8> Scopes; global() variable
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransAutoreleasePool.cpp | 164 SmallVector<PoolScope, 4> Scopes; in VisitCompoundStmt() local 422 SmallVector<PoolScope, 2> Scopes; member
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 136 Scopes, // --compare=scopes enumerator 155 Scopes, // --print=scopes enumerator 245 LVScopeKindSet Scopes; // --select-scopes=<Kind> variable
|
H A D | LVReader.h | 72 LVScopes Scopes; variable
|
H A D | LVObject.h | 97 unsigned Scopes = 0; member
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | SelectElementsTest.cpp | 195 if (const LVScopes *Scopes = Parent->getScopes()) in resolvePatterns() local
|
H A D | WarningInternalTest.cpp | 323 if (const LVScopes *Scopes = Parent->getScopes()) in resolveElements() local
|
H A D | CodeViewReaderTest.cpp | 39 const LVScopes *Scopes = Parent->getScopes(); getFirstScopeChild() local
|
/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.h | 272 SmallVector<ScopeType> Scopes; global() variable
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 54 for (LVScope *Scope : *Scopes) { in checkIntegrityScopesTree() local
|
H A D | LVScope.cpp | 740 if (const LVScopes *Scopes = Scope->getScopes()) in traverseParentsAndChildren() local 1563 if (const LVScopes *Scopes = Scope->getScopes()) in printSizes() local 2028 if (const LVScopes *Scopes = Parent->getScopes()) in transformScopedName() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 715 if (const LVScopes *Scopes = CompileUnit->getScopes()) in processLines() local 898 if (const LVScopes *Scopes = Parent->getScopes()) in includeInlineeLines() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h |
|
H A D | ByteCodeEmitter.cpp |
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 519 SmallVector<Metadata *, 4> Scopes{NewScope}, NoAliases{NewScope}; setNoAliasToLoop() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 394 DenseSet<CHRScope *> Scopes; global() member in __anonf9fc18ab0111::CHR 977 findScopes(Region * R,Region * NextRegion,Region * ParentRegion,SmallVectorImpl<CHRScope * > & Scopes) findScopes() argument 1261 classifyBiasedScopes(SmallVectorImpl<CHRScope * > & Scopes) classifyBiasedScopes() argument 1991 dumpScopes(SmallVectorImpl<CHRScope * > & Scopes,const char * Label) dumpScopes() argument [all...] |