HomeSort by: relevance | last modified time | path
    Searched defs:readSourceLocation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTRecordReader.h 274 SourceLocation readSourceLocation() {
275 return Reader->ReadSourceLocation(*F, Record, Idx);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 75 SourceLocation readSourceLocation() {
76 return Record.readSourceLocation();
133 SourceLocation TemplateKWLoc = readSourceLocation();
135 ArgInfo.setLAngleLoc(readSourceLocation());
136 ArgInfo.setRAngleLoc(readSourceLocation());
148 S->setSemiLoc(readSourceLocation());
159 S->CompoundStmtBits.LBraceLoc = readSourceLocation();
160 S->RBraceLoc = readSourceLocation();
166 S->setKeywordLoc(readSourceLocation());
167 S->setColonLoc(readSourceLocation());
    [all...]
ASTReaderDecl.cpp 114 SourceLocation readSourceLocation() {
115 return Record.readSourceLocation();
635 D->setLocation(readSourceLocation());
644 D->setLocation(readSourceLocation());
668 TD->setLocStart(readSourceLocation());
785 SourceLocation POI = readSourceLocation();
830 DD->setInnerLocStart(readSourceLocation());
890 FD->EndRangeLoc = readSourceLocation();
919 SourceLocation POI = readSourceLocation();
943 LAngleLoc = readSourceLocation();
    [all...]

Completed in 19 milliseconds