HomeSort by relevance Sort by last modified time
    Searched refs:lookupTypeForExtension (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Driver/
Types.h 75 /// lookupTypeForExtension - Lookup the type to use for the file
77 ID lookupTypeForExtension(const char *Ext);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Types.h 88 /// lookupTypeForExtension - Lookup the type to use for the file
90 ID lookupTypeForExtension(llvm::StringRef Ext);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Types.h 88 /// lookupTypeForExtension - Lookup the type to use for the file
90 ID lookupTypeForExtension(llvm::StringRef Ext);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Types.h 88 /// lookupTypeForExtension - Lookup the type to use for the file
90 ID lookupTypeForExtension(llvm::StringRef Ext);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Types.h 88 /// lookupTypeForExtension - Lookup the type to use for the file
90 ID lookupTypeForExtension(llvm::StringRef Ext);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Types.h 88 /// lookupTypeForExtension - Lookup the type to use for the file
90 ID lookupTypeForExtension(llvm::StringRef Ext);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Types.h 88 /// lookupTypeForExtension - Lookup the type to use for the file
90 ID lookupTypeForExtension(llvm::StringRef Ext);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Types.h 88 /// lookupTypeForExtension - Lookup the type to use for the file
90 ID lookupTypeForExtension(llvm::StringRef Ext);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Types.h 88 /// lookupTypeForExtension - Lookup the type to use for the file
90 ID lookupTypeForExtension(llvm::StringRef Ext);
  /external/clang/lib/Driver/
Types.cpp 156 types::ID types::lookupTypeForExtension(const char *Ext) {
ToolChain.cpp 373 types::ID ToolChain::LookupTypeForExtension(const char *Ext) const {
374 return types::lookupTypeForExtension(Ext);
ToolChains.cpp 57 types::ID MachO::LookupTypeForExtension(const char *Ext) const {
58 types::ID Ty = types::lookupTypeForExtension(Ext);
    [all...]

Completed in 513 milliseconds