Home
last modified time | relevance | path

Searched refs:SetFilePath (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/amber/src/
Dshader.h36 void SetFilePath(const std::string& path) { file_path_ = path; } in SetFilePath() function
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DSymbolInfo.h77 void SetFilePath(llvm::StringRef Path) { FilePath = std::string(Path); } in SetFilePath() function
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp363 Symbol.SetFilePath(((HeaderPath[0] == '"' || HeaderPath[0] == '<') in includeFixerMain()
/external/deqp-deps/amber/src/amberscript/
Dparser.cc526 shader->SetFilePath(path); in ParseShaderBlock()
547 shader->SetFilePath(path); in ParseShaderBlock()