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

  /external/clang/lib/Lex/
HeaderSearch.cpp 177 SmallVectorImpl<char> *RelativePath,
190 if (RelativePath != NULL) {
191 RelativePath->clear();
192 RelativePath->append(Filename.begin(), Filename.end());
198 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
210 if (RelativePath != NULL) {
211 RelativePath->clear();
212 RelativePath->append(Filename.begin(), Filename.end());
225 SmallVectorImpl<char> *RelativePath,
274 if (RelativePath != NULL)
    [all...]
PPDirectives.cpp 488 SmallVectorImpl<char> *RelativePath,
513 SearchPath, RelativePath, SuggestedModule);
523 SearchPath, RelativePath)))
533 Filename, CurFileEnt, SearchPath, RelativePath)))
    [all...]
PreprocessingRecord.cpp 298 StringRef RelativePath) {
  /external/clang/include/clang/Lex/
DirectoryLookup.h 140 /// \param RelativePath If not NULL, will be set to the path relative to
151 SmallVectorImpl<char> *RelativePath,
159 SmallVectorImpl<char> *RelativePath,
PPCallbacks.h 86 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
89 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be
92 /// \param RelativePath The path relative to SearchPath, at which the include
101 StringRef RelativePath) {
241 StringRef RelativePath) {
243 EndLoc, SearchPath, RelativePath);
245 EndLoc, SearchPath, RelativePath);
HeaderSearch.h 245 /// \param RelativePath If non-null, will be set to the path relative to
257 SmallVectorImpl<char> *RelativePath,
269 SmallVectorImpl<char> *RelativePath);
PreprocessingRecord.h 527 StringRef RelativePath);
Preprocessor.h     [all...]
  /external/clang/lib/Frontend/
DependencyFile.cpp 64 StringRef RelativePath);
147 StringRef RelativePath) {
  /external/libvpx/build/make/
gen_msvs_proj.sh 145 open_tag File RelativePath="./$f"
323 x86*) $uses_asm && tag ToolFile RelativePath="$self_dirname/../x86-msvs/yasm.rules"
564 RelativePath=".\ReadMe.txt"
  /external/clang/tools/libclang/
Indexing.cpp 55 StringRef RelativePath) {

Completed in 75 milliseconds