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

  /frameworks/compile/mclinker/include/mcld/
InputTree.h 254 /** \class Includer
255 * \brief class Includer moves the iterator downward.
257 struct Includer : public Mover {
267 static Includer Downward;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Public/
ShaderLang.h 390 // 2. Call parse with an Includer.
393 // the Includer's include method with the requested include name
399 class Includer {
407 // include. For example, in a file system-based includer, full resolution
412 // Includer producing this IncludeResult retains ownership of the
434 // The Includer retains ownership of the contents
458 virtual ~Includer() {}
461 // Fail all Includer searches
462 class ForbidIncluder : public Includer {
468 bool forwardCompatible, EShMessages, Includer&)
473 TShader::ForbidIncluder includer; local
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 599 // Unless disabled, check to see if the file is in the #includer's
600 // directory. This cannot be based on CurDir, because each includer could be
608 const FileEntry *Includer = IncluderAndDir.first;
620 // If we have no includer, that means we're processing a #include
624 Includer ? getFileInfo(Includer).DirInfo != SrcMgr::C_User :
629 if (!Includer) {
630 assert(First && "only first includer can have no file");
640 HeaderFileInfo &FromHFI = getFileInfo(Includer);
    [all...]

Completed in 315 milliseconds