Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1626 SourceLocation InsertStartLoc = Tok.getLocation(); in HandlePragmaAttribute() local
1635 << FixItHint::CreateInsertion(InsertStartLoc, "__attribute__((") in HandlePragmaAttribute()