HomeSort by relevance Sort by last modified time
    Searched defs:Paths (Results 1 - 14 of 14) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
TempFiles.h 12 UStringVector Paths;
ZipRegistry.h 18 UStringVector Paths;
  /external/llvm/lib/ExecutionEngine/
EventListenerCommon.h 32 DenseMap<AssertingVH<MDNode>, std::string> Paths;
45 std::string &P = Paths[Scope];
  /external/clang/lib/CodeGen/
MicrosoftVBTables.cpp 46 VBTablePathVector Paths;
48 CharUnits::Zero()), Paths);
49 for (VBTablePathVector::iterator I = Paths.begin(), E = Paths.end();
64 VBTablePathVector &Paths) {
65 size_t PathsStart = Paths.size();
70 // paths, so we don't use CXXBasePath.
75 Paths.push_back(Info);
103 size_t NumPaths = Paths.size();
105 Paths);
    [all...]
  /external/clang/include/clang/AST/
CXXInheritance.h 74 /// calculated when recording paths. AS_none is a special value
88 /// BasePaths - Represents the set of paths from a derived class to
99 /// There are two potential BasePaths to represent paths from D to a
101 /// and another is (D,0)->(C,0)->(A,1). These two paths actually
121 /// Paths - The actual set of paths that can be taken from the
123 std::list<CXXBasePath> Paths;
134 /// ambiguous paths while it is looking for a path from a derived
138 /// RecordPaths - Whether Sema::IsDerivedFrom should record paths
139 /// while it is determining whether there are paths from a derive
    [all...]
  /external/clang/lib/Driver/
WindowsToolChain.cpp 295 // Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat.
315 // the correct include paths first.
327 // As a fallback, select default install paths.
328 const StringRef Paths[] = {
335 addSystemIncludes(DriverArgs, CC1Args, Paths);
ToolChains.cpp     [all...]
Tools.cpp 189 // LIBRARY_PATH - included following the user specified library paths.
419 // Parse additional include paths from environment variables.
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 133 Paths(0),
154 Paths(0),
173 Paths(0),
187 if (Paths) deletePaths(Paths);
278 /// \brief Return the base paths structure that's associated with
281 return Paths;
411 if (Paths) {
412 deletePaths(Paths);
413 Paths = 0
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 1198 CXXBasePaths paths; local
    [all...]
SemaLookup.cpp 329 assert((Paths != NULL) == (ResultKind == Ambiguous &&
335 void LookupResult::deletePaths(CXXBasePaths *Paths) {
336 delete Paths;
470 Paths = new CXXBasePaths;
471 Paths->swap(P);
472 addDeclsFromBasePaths(*Paths);
478 Paths = new CXXBasePaths;
479 Paths->swap(P);
480 addDeclsFromBasePaths(*Paths);
488 if (Paths) Out << ", base paths present"
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 254 CXXBasePaths Paths(/*FindAmbiguities=*/false,
257 if (!DerivedRD->isDerivedFrom(BaseRD, Paths))
260 return ComputeBaseOffset(Context, DerivedRD, Paths.front());
    [all...]

Completed in 105 milliseconds