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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Public/
ShaderLang.h 310 // 2. Call parse with an Includer.
313 // the Includer's include method with the requested include name
319 class Includer {
332 // include. For example, in a file system-based includer, full resolution
337 // Includer producing this IncludeResult retains ownership of the
355 // file_data field. The Includer retains ownership of the contents
367 virtual ~Includer() {} // Pacify -Werror=non-virtual-dtor
372 class ForbidInclude : public Includer {
388 TShader::ForbidInclude includer; local
389 return parse(res, defaultVersion, defaultProfile, forceDefaultVersionAndProfile, forwardCompatible, messages, includer);
    [all...]
  /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;
  /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 159 milliseconds