Home
last modified time | relevance | path

Searched refs:setDefinitionEndLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/Lex/
HDMacroInfo.h128 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; } in setDefinitionEndLoc() function
/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.cpp3132 MI->setDefinitionEndLoc(LastTok.getLocation()); in ReadOptionalMacroParameterListAndBody()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp1942 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord()