HomeSort by relevance Sort by last modified time
    Searched defs:Filename (Results 51 - 58 of 58) sorted by null

1 23

  /external/clang/lib/Basic/
SourceManager.cpp 179 // Look up the filename in the string table, returning the pre-existing value
230 assert(FilenameID != -1 && "Unspecified filename should use other accessor");
284 /// getLineTableFilenameID - Return the uniqued ID for the specified filename.
320 // If there is no filename and no flags, this is treated just like a #line,
324 "Can't set flags without setting the filename!");
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 178 virtual void visitModuleFile(StringRef Filename) {}
192 virtual bool visitInputFile(StringRef Filename, bool isSystem,
228 void visitModuleFile(StringRef Filename) override;
229 bool visitInputFile(StringRef Filename, bool isSystem,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 344 // Save filename string.
345 StringRef Filename = internString(MainFileName);
376 LangTag, Filename, getCurrentDirname(), Producer, LO.Optimize,
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 303 bool enterIncludeFile(const std::string &Filename);
307 bool processIncbinFile(const std::string &Filename);
567 bool AsmParser::enterIncludeFile(const std::string &Filename) {
570 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);
582 bool AsmParser::processIncbinFile(const std::string &Filename) {
585 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);
    [all...]
  /external/clang/include/clang-c/
Index.h 107 const char *Filename;
501 * \param filename [out] if non-NULL, will be set to the filename of the
516 CXString *filename,
4942 const char *filename; member in struct:__anon21469
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 131 void ChainedASTReaderListener::visitModuleFile(StringRef Filename) {
132 First->visitModuleFile(Filename);
133 Second->visitModuleFile(Filename);
135 bool ChainedASTReaderListener::visitInputFile(StringRef Filename,
141 Continue |= First->visitInputFile(Filename, isSystem, isOverridden);
144 Continue |= Second->visitInputFile(Filename, isSystem, isOverridden);
    [all...]
ASTWriter.cpp     [all...]
  /external/libmtp/src/
ptp.h 749 char *Filename;
    [all...]

Completed in 507 milliseconds

1 23