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

  /external/clang/lib/Lex/
HeaderSearch.cpp 122 llvm::SmallVectorImpl<char> *RelativePath) const {
133 if (RelativePath != NULL) {
134 RelativePath->clear();
135 RelativePath->append(Filename.begin(), Filename.end());
141 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath);
152 if (RelativePath != NULL) {
153 RelativePath->clear();
154 RelativePath->append(Filename.begin(), Filename.end());
167 llvm::SmallVectorImpl<char> *RelativePath) const {
213 if (RelativePath != NULL)
    [all...]
PreprocessingRecord.cpp 160 llvm::StringRef RelativePath) {
PPDirectives.cpp 480 llvm::SmallVectorImpl<char> *RelativePath) {
504 SearchPath, RelativePath);
513 SearchPath, RelativePath)))
523 Filename, CurFileEnt, SearchPath, RelativePath)))
    [all...]
  /external/clang/include/clang/Lex/
DirectoryLookup.h 133 /// \param RelativePath If not NULL, will be set to the path relative to
138 llvm::SmallVectorImpl<char> *RelativePath) const;
144 llvm::SmallVectorImpl<char> *RelativePath) const;
PPCallbacks.h 83 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
86 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be
89 /// \param RelativePath The path relative to SearchPath, at which the include
98 llvm::StringRef RelativePath) {
226 llvm::StringRef RelativePath) {
228 EndLoc, SearchPath, RelativePath);
230 EndLoc, SearchPath, RelativePath);
HeaderSearch.h 211 /// \param RelativePath If non-null, will be set to the path relative to
219 llvm::SmallVectorImpl<char> *RelativePath);
230 llvm::SmallVectorImpl<char> *RelativePath);
PreprocessingRecord.h 355 llvm::StringRef RelativePath);
Preprocessor.h     [all...]
  /external/clang/lib/Frontend/
DependencyFile.cpp 63 llvm::StringRef RelativePath);
151 llvm::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"

Completed in 2622 milliseconds