Searched refs:setLocStart (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h297 void setLocStart(SourceLocation L) { LocStart = L; } function in class:clang::LabelDecl
425 void setLocStart(SourceLocation L) { LocStart = L; } function in class:clang::NamespaceDecl
2275 void setLocStart(SourceLocation L) { LocStart = L; }
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp406 TD->setLocStart(ReadSourceLocation(Record, Idx));
1015 D->setLocStart(ReadSourceLocation(Record, Idx));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2097 Instantiation->setLocStart(Pattern->getInnerLocStart());
H A DSemaStmt.cpp420 TheDecl->setLocStart(IdentLoc);

Completed in 189 milliseconds