HomeSort by: relevance | last modified time | path
    Searched refs:DirLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 64 CondDirectiveLoc DirLoc) {
66 if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
71 DirLoc.getLoc()));
72 CondDirectiveLocs.push_back(DirLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 62 void addCondDirectiveLoc(CondDirectiveLoc DirLoc);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 861 StringRef Directive, SMLoc DirLoc);
863 StringRef Directive, SMLoc DirLoc,
4261 StringRef Directive, SMLoc DirLoc) {
4276 SMLoc DirLoc, StringRef Name) {
5177 SMLoc DirLoc = getLexer().getLoc();
5184 getStreamer().EmitCVFPOData(ProcSym, DirLoc);
AsmParser.cpp 4117 SMLoc DirLoc = getLexer().getLoc();
4124 getStreamer().EmitCVFPOData(ProcSym, DirLoc);

Completed in 29 milliseconds