Home
last modified time | relevance | path

Searched defs:getTokenLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp1447 SourceLocation RootSignatureParser::getTokenLocation(RootSignatureToken Tok) { in getTokenLocation() function in clang::hlsl::RootSignatureParser
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4865 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation() function