HomeSort by relevance Sort by last modified time
    Searched refs:IntrusiveRefCntPtr (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 55 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts;
  /external/clang/lib/Serialization/
GeneratePCH.cpp 30 ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>> Extensions,
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 43 IntrusiveRefCntPtr<ExternalASTSource> Source;
ASTVectorTest.cpp 36 IntrusiveRefCntPtr<DiagnosticIDs> DiagID;
  /external/clang/lib/Tooling/
Tooling.cpp 51 IntrusiveRefCntPtr<vfs::FileSystem> VFS) {
128 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem(
130 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
133 llvm::IntrusiveRefCntPtr<FileManager> Files(
234 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts = new DiagnosticOptions();
238 IntrusiveRefCntPtr<clang::DiagnosticIDs>(new DiagnosticIDs()), &*DiagOpts,
485 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem(
487 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
490 llvm::IntrusiveRefCntPtr<FileManager> Files(
  /external/clang/unittests/Tooling/
ToolingTest.cpp 152 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem(
154 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
157 llvm::IntrusiveRefCntPtr<FileManager> Files(
178 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem(
180 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
183 llvm::IntrusiveRefCntPtr<FileManager> Files(
  /external/clang/examples/clang-interpreter/
main.cpp 83 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts = new DiagnosticOptions();
87 IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs());
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 46 IntrusiveRefCntPtr<DiagnosticIDs> DiagID;
51 IntrusiveRefCntPtr<TargetInfo> Target;
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 35 IntrusiveRefCntPtr<DiagnosticsEngine> Diags) {
ASTUnit.cpp 495 IntrusiveRefCntPtr<TargetInfo> &Target;
502 IntrusiveRefCntPtr<TargetInfo> &Target, unsigned &Counter)
645 void ASTUnit::ConfigureDiags(IntrusiveRefCntPtr<DiagnosticsEngine> Diags,
654 IntrusiveRefCntPtr<DiagnosticsEngine> Diags,
673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem();
930 ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>>(),
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 132 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
136 IntrusiveRefCntPtr<DiagnosticIDs>(new DiagnosticIDs),
281 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
285 IntrusiveRefCntPtr<DiagnosticIDs>(new DiagnosticIDs),
  /external/clang/tools/libclang/
CLog.h 15 #include "llvm/ADT/IntrusiveRefCntPtr.h"
32 typedef IntrusiveRefCntPtr<Logger> LogRef;
CIndexCodeCompletion.cpp 252 AllocatedCXCodeCompleteResults(IntrusiveRefCntPtr<FileManager> FileMgr);
261 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts;
264 IntrusiveRefCntPtr<DiagnosticsEngine> Diag;
270 IntrusiveRefCntPtr<FileManager> FileMgr;
273 IntrusiveRefCntPtr<SourceManager> SourceMgr;
284 IntrusiveRefCntPtr<clang::GlobalCodeCompletionAllocator>
288 IntrusiveRefCntPtr<clang::GlobalCodeCompletionAllocator>
322 IntrusiveRefCntPtr<FileManager> FileMgr)
326 IntrusiveRefCntPtr<DiagnosticIDs>(new DiagnosticIDs), &*DiagOpts)),
    [all...]
  /external/clang/include/clang/Tooling/
Tooling.h 335 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem;
336 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem;
337 llvm::IntrusiveRefCntPtr<FileManager> Files;
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 37 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> Abbrevs;
188 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> CurAbbrevs;
192 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> PrevAbbrevs;
BitstreamWriter.h 46 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> CurAbbrevs;
51 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> PrevAbbrevs;
62 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> Abbrevs;
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 14 #include "llvm/ADT/IntrusiveRefCntPtr.h"
140 IntrusiveRefCntPtr<FailedModulesSet> FailedModules;
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 212 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnter =
219 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnterWithinCaller =
233 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
325 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 66 IntrusiveRefCntPtr<CompilerInvocation> Invocation(
  /external/clang/include/clang/Driver/
Driver.h 70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
224 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
  /external/llvm/lib/Support/
Android.mk 38 IntrusiveRefCntPtr.cpp \
  /frameworks/compile/slang/
llvm-rs-cc.cpp 26 #include "llvm/ADT/IntrusiveRefCntPtr.h"
232 llvm::IntrusiveRefCntPtr<clang::DiagnosticOptions> DiagOpts =
252 llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs> DiagIDs(
slang.h 32 #include "llvm/ADT/IntrusiveRefCntPtr.h"
130 llvm::IntrusiveRefCntPtr<clang::HeaderSearchOptions> mHSOpts;
133 llvm::IntrusiveRefCntPtr<clang::PreprocessorOptions> mPPOpts;
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 515 IntrusiveRefCntPtr<GlobalCodeCompletionAllocator> AllocatorRef;
519 IntrusiveRefCntPtr<GlobalCodeCompletionAllocator> Allocator)
522 IntrusiveRefCntPtr<GlobalCodeCompletionAllocator> getAllocatorRef() const {
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 22 #include "llvm/ADT/IntrusiveRefCntPtr.h"
220 IntrusiveRefCntPtr<const Payload> Value;

Completed in 925 milliseconds

12 3 4